Html Css Color HEX #4CAC7A Ocean Green

📋 copy color: '#4CAC7A'

red 76 ◦ green 172 ◦ blue 122

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

Shades of Ocean Green #4CAC7A

Tints of Ocean Green #4CAC7A

RGB

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

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

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

R = 20.54%
G = 46.49%
B = 32.97%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#4CAC7A (or 0x4CAC7A) is known color: Ocean Green. HEX triplet: 4C, AC and 7A. RGB value is (76,172,122). Sum of RGB (Red+Green+Blue) = 76+172+122=370 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.54% from 370); Green value is 172 (67.58% from 255 or 46.49% from 370); Blue value is 122 (48.05% from 255 or 32.97% from 370); Max value from RGB is 172 - color contains mainly: green. Hex color #4CAC7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CAC7A is #B35385. Grayscale: #898989. Windows color (decimal): -11752326 or 8039500. OLE color: 8039500.

HSL color Cylindrical-coordinate representation of color #4CAC7A: hue angle of 148.75º 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 #4CAC7A is Cyan = 0.56, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB 76 172 122 -
CMYK 0.56 0 0.29 0.33
HSL 148.75º 0.39% 0.49% -
HSV(B) 148.75º 0.56% 0.67% -
XYZ 21.25 32.45 23.56 -
YUV 137.6 119.2 84.07 -
System Red Green Blue C M Y K H S L
Decimal 76 172 122 0.56 0 0.29 0.33 148.75 0.39 0.49
Hex 4C AC 7A 38 0 1D 21 95 27 31
Octal 114 254 172 70 0 35 41 225 47 61
Binary 1001100 10101100 1111010 111000 0 11101 100001 10010101 100111 110001

Color Harmonies of #4CAC7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CAC7A

Black with #4CAC7A

Text Example


Text Example

White with #4CAC7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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