Html Css Color HEX #4CAC6B Ocean Green

📋 copy color: '#4CAC6B'

red 76 ◦ green 172 ◦ blue 107

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

Shades of Ocean Green #4CAC6B

Tints of Ocean Green #4CAC6B

RGB

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

 GREEN value IS 172 (67.58% from 255) = 48.45%

 BLUE value IS 107 (42.19% from 255) = 30.14%

R = 21.41%
G = 48.45%
B = 30.14%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#4CAC6B (or 0x4CAC6B) is known color: Ocean Green. HEX triplet: 4C, AC and 6B. RGB value is (76,172,107). Sum of RGB (Red+Green+Blue) = 76+172+107=355 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.41% from 355); Green value is 172 (67.58% from 255 or 48.45% from 355); Blue value is 107 (42.19% from 255 or 30.14% from 355); Max value from RGB is 172 - color contains mainly: green. Hex color #4CAC6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CAC6B is #B35394. Grayscale: #888888. Windows color (decimal): -11752341 or 7056460. OLE color: 7056460.

HSL color Cylindrical-coordinate representation of color #4CAC6B: hue angle of 139.38º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4CAC6B is Cyan = 0.56, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.

Color convert

RGB 76 172 107 -
CMYK 0.56 0 0.38 0.33
HSL 139.38º 0.39% 0.49% -
HSV(B) 139.38º 0.56% 0.67% -
XYZ 20.39 32.1 19.03 -
YUV 135.89 111.7 85.29 -
System Red Green Blue C M Y K H S L
Decimal 76 172 107 0.56 0 0.38 0.33 139.38 0.39 0.49
Hex 4C AC 6B 38 0 26 21 8B 27 31
Octal 114 254 153 70 0 46 41 213 47 61
Binary 1001100 10101100 1101011 111000 0 100110 100001 10001011 100111 110001

Color Harmonies of #4CAC6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CAC6B

Black with #4CAC6B

Text Example


Text Example

White with #4CAC6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,172,107); }

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

background-color css

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

 a { background-color: rgb(76,172,107); }

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

border-color css

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

 span { border-color: rgb(76,172,107); }

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