Html Css Color HEX #48B27A Ocean Green

📋 copy color: '#48B27A'

red 72 ◦ green 178 ◦ blue 122

#48B27A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ocean Green #48B27A

Tints of Ocean Green #48B27A

RGB

 RED value IS 72 (28.52% from 255) = 19.35%

 GREEN value IS 178 (69.92% from 255) = 47.85%

 BLUE value IS 122 (48.05% from 255) = 32.8%

R = 19.35%
G = 47.85%
B = 32.8%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.31

 K value IS 0.30

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#48B27A (or 0x48B27A) is known color: Ocean Green. HEX triplet: 48, B2 and 7A. RGB value is (72,178,122). Sum of RGB (Red+Green+Blue) = 72+178+122=372 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.35% from 372); Green value is 178 (69.92% from 255 or 47.85% from 372); Blue value is 122 (48.05% from 255 or 32.80% from 372); Max value from RGB is 178 - color contains mainly: green. Hex color #48B27A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48B27A is #B74D85. Grayscale: #8C8C8C. Windows color (decimal): -12012934 or 8041032. OLE color: 8041032.

HSL color Cylindrical-coordinate representation of color #48B27A: hue angle of 148.3º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #48B27A is Cyan = 0.60, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.30.

Color convert

RGB 72 178 122 -
CMYK 0.60 0 0.31 0.30
HSL 148.3º 0.42% 0.49% -
HSV(B) 148.3º 0.6% 0.7% -
XYZ 22.11 34.62 23.93 -
YUV 139.92 117.88 79.55 -
System Red Green Blue C M Y K H S L
Decimal 72 178 122 0.60 0 0.31 0.30 148.3 0.42 0.49
Hex 48 B2 7A 3C 0 1F 1E 94 2A 31
Octal 110 262 172 74 0 37 36 224 52 61
Binary 1001000 10110010 1111010 111100 0 11111 11110 10010100 101010 110001

Color Harmonies of #48B27A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48B27A

Black with #48B27A

Text Example


Text Example

White with #48B27A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48B27A; }

 p { color: rgb(72,178,122); }

 H1.HeaderClassName
 {
   color: #48B27A;
 }
 .AnyTagClassName
 {
   color: #48B27A;
 }
</style>

background-color css

<style>
 a { background-color: #48B27A; }

 a { background-color: rgb(72,178,122); }

 div.DivClassName
 {
   background-color: #48B27A;
 }
 .BgClassName
 {
   background-color: #48B27A;
 }
</style>

border-color css

<style>
 span { border-color: #48B27A; }

 span { border-color: rgb(72,178,122); }

 td.TdClassName
 {
   border-color: #48B27A;
 }
 .TagClassName
 {
   border-color: #48B27A;
 }
</style>