Html Css Color HEX #4CAA7B Ocean Green

📋 copy color: '#4CAA7B'

red 76 ◦ green 170 ◦ blue 123

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

Shades of Ocean Green #4CAA7B

Tints of Ocean Green #4CAA7B

RGB

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

 GREEN value IS 170 (66.8% from 255) = 46.07%

 BLUE value IS 123 (48.44% from 255) = 33.33%

R = 20.6%
G = 46.07%
B = 33.33%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#4CAA7B (or 0x4CAA7B) is known color: Ocean Green. HEX triplet: 4C, AA and 7B. RGB value is (76,170,123). Sum of RGB (Red+Green+Blue) = 76+170+123=369 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.60% from 369); Green value is 170 (66.80% from 255 or 46.07% from 369); Blue value is 123 (48.44% from 255 or 33.33% from 369); Max value from RGB is 170 - color contains mainly: green. Hex color #4CAA7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CAA7B is #B35584. Grayscale: #888888. Windows color (decimal): -11752837 or 8104524. OLE color: 8104524.

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

Color convert

RGB 76 170 123 -
CMYK 0.55 0 0.28 0.33
HSL 150º 0.38% 0.48% -
HSV(B) 150º 0.55% 0.67% -
XYZ 20.93 31.72 23.76 -
YUV 136.54 120.36 84.82 -
System Red Green Blue C M Y K H S L
Decimal 76 170 123 0.55 0 0.28 0.33 150 0.38 0.48
Hex 4C AA 7B 37 0 1C 21 96 26 30
Octal 114 252 173 67 0 34 41 226 46 60
Binary 1001100 10101010 1111011 110111 0 11100 100001 10010110 100110 110000

Color Harmonies of #4CAA7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CAA7B

Black with #4CAA7B

Text Example


Text Example

White with #4CAA7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,170,123); }

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

background-color css

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

 a { background-color: rgb(76,170,123); }

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

border-color css

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

 span { border-color: rgb(76,170,123); }

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