Html Css Color HEX #4CB488 Ocean Green

📋 copy color: '#4CB488'

red 76 ◦ green 180 ◦ blue 136

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

Shades of Ocean Green #4CB488

Tints of Ocean Green #4CB488

RGB

 RED value IS 76 (30.08% from 255) = 19.39%

 GREEN value IS 180 (70.7% from 255) = 45.92%

 BLUE value IS 136 (53.52% from 255) = 34.69%

R = 19.39%
G = 45.92%
B = 34.69%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#4CB488 (or 0x4CB488) is known color: Ocean Green. HEX triplet: 4C, B4 and 88. RGB value is (76,180,136). Sum of RGB (Red+Green+Blue) = 76+180+136=392 (51% of max value = 765). Red value is 76 (30.08% from 255 or 19.39% from 392); Green value is 180 (70.70% from 255 or 45.92% from 392); Blue value is 136 (53.52% from 255 or 34.69% from 392); Max value from RGB is 180 - color contains mainly: green. Hex color #4CB488 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CB488 is #B34B77. Grayscale: #8F8F8F. Windows color (decimal): -11750264 or 8959052. OLE color: 8959052.

HSL color Cylindrical-coordinate representation of color #4CB488: hue angle of 154.62º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4CB488 is Cyan = 0.58, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB 76 180 136 -
CMYK 0.58 0 0.24 0.29
HSL 154.62º 0.41% 0.5% -
HSV(B) 154.62º 0.58% 0.71% -
XYZ 23.75 35.96 28.98 -
YUV 143.89 123.54 79.58 -
System Red Green Blue C M Y K H S L
Decimal 76 180 136 0.58 0 0.24 0.29 154.62 0.41 0.5
Hex 4C B4 88 3A 0 18 1D 9B 29 32
Octal 114 264 210 72 0 30 35 233 51 62
Binary 1001100 10110100 10001000 111010 0 11000 11101 10011011 101001 110010

Color Harmonies of #4CB488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CB488

Black with #4CB488

Text Example


Text Example

White with #4CB488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4CB488; }

 p { color: rgb(76,180,136); }

 H1.HeaderClassName
 {
   color: #4CB488;
 }
 .AnyTagClassName
 {
   color: #4CB488;
 }
</style>

background-color css

<style>
 a { background-color: #4CB488; }

 a { background-color: rgb(76,180,136); }

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

border-color css

<style>
 span { border-color: #4CB488; }

 span { border-color: rgb(76,180,136); }

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