Html Css Color HEX #4CAB7A Ocean Green

📋 copy color: '#4CAB7A'

red 76 ◦ green 171 ◦ blue 122

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

Shades of Ocean Green #4CAB7A

Tints of Ocean Green #4CAB7A

RGB

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

 GREEN value IS 171 (67.19% from 255) = 46.34%

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

R = 20.6%
G = 46.34%
B = 33.06%

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

#4CAB7A (or 0x4CAB7A) is known color: Ocean Green. HEX triplet: 4C, AB and 7A. RGB value is (76,171,122). Sum of RGB (Red+Green+Blue) = 76+171+122=369 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.60% from 369); Green value is 171 (67.19% from 255 or 46.34% from 369); Blue value is 122 (48.05% from 255 or 33.06% from 369); Max value from RGB is 171 - color contains mainly: green. Hex color #4CAB7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CAB7A is #B35485. Grayscale: #898989. Windows color (decimal): -11752582 or 8039244. OLE color: 8039244.

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

Color convert

RGB 76 171 122 -
CMYK 0.56 0 0.29 0.33
HSL 149.05º 0.38% 0.48% -
HSV(B) 149.05º 0.56% 0.67% -
XYZ 21.06 32.07 23.49 -
YUV 137.01 119.53 84.48 -
System Red Green Blue C M Y K H S L
Decimal 76 171 122 0.56 0 0.29 0.33 149.05 0.38 0.48
Hex 4C AB 7A 38 0 1D 21 95 26 30
Octal 114 253 172 70 0 35 41 225 46 60
Binary 1001100 10101011 1111010 111000 0 11101 100001 10010101 100110 110000

Color Harmonies of #4CAB7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CAB7A

Black with #4CAB7A

Text Example


Text Example

White with #4CAB7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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