Html Css Color HEX #4AB666 Ocean Green

📋 copy color: '#4AB666'

red 74 ◦ green 182 ◦ blue 102

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

Shades of Ocean Green #4AB666

Tints of Ocean Green #4AB666

RGB

 RED value IS 74 (29.3% from 255) = 20.67%

 GREEN value IS 182 (71.48% from 255) = 50.84%

 BLUE value IS 102 (40.23% from 255) = 28.49%

R = 20.67%
G = 50.84%
B = 28.49%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.44

 K value IS 0.29

RGB Variations

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

Color information

#4AB666 (or 0x4AB666) is known color: Ocean Green. HEX triplet: 4A, B6 and 66. RGB value is (74,182,102). Sum of RGB (Red+Green+Blue) = 74+182+102=358 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.67% from 358); Green value is 182 (71.48% from 255 or 50.84% from 358); Blue value is 102 (40.23% from 255 or 28.49% from 358); Max value from RGB is 182 - color contains mainly: green. Hex color #4AB666 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AB666 is #B54999. Grayscale: #8C8C8C. Windows color (decimal): -11880858 or 6731338. OLE color: 6731338.

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

Color convert

RGB 74 182 102 -
CMYK 0.59 0 0.44 0.29
HSL 135.56º 0.43% 0.5% -
HSV(B) 135.56º 0.59% 0.71% -
XYZ 21.95 35.87 18.34 -
YUV 140.59 106.22 80.5 -
System Red Green Blue C M Y K H S L
Decimal 74 182 102 0.59 0 0.44 0.29 135.56 0.43 0.5
Hex 4A B6 66 3B 0 2C 1D 88 2B 32
Octal 112 266 146 73 0 54 35 210 53 62
Binary 1001010 10110110 1100110 111011 0 101100 11101 10001000 101011 110010

Color Harmonies of #4AB666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AB666

Black with #4AB666

Text Example


Text Example

White with #4AB666

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,182,102); }

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

background-color css

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

 a { background-color: rgb(74,182,102); }

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

border-color css

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

 span { border-color: rgb(74,182,102); }

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