Html Css Color HEX #47AA66 Ocean Green

📋 copy color: '#47AA66'

red 71 ◦ green 170 ◦ blue 102

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

Shades of Ocean Green #47AA66

Tints of Ocean Green #47AA66

RGB

 RED value IS 71 (28.13% from 255) = 20.7%

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

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

R = 20.7%
G = 49.56%
B = 29.74%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.4

 K value IS 0.33

RGB Variations

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

Color information

#47AA66 (or 0x47AA66) is known color: Ocean Green. HEX triplet: 47, AA and 66. RGB value is (71,170,102). Sum of RGB (Red+Green+Blue) = 71+170+102=343 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.70% from 343); Green value is 170 (66.80% from 255 or 49.56% from 343); Blue value is 102 (40.23% from 255 or 29.74% from 343); Max value from RGB is 170 - color contains mainly: green. Hex color #47AA66 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47AA66 is #B85599. Grayscale: #848484. Windows color (decimal): -12080538 or 6728263. OLE color: 6728263.

HSL color Cylindrical-coordinate representation of color #47AA66: hue angle of 138.79º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #47AA66 is Cyan = 0.58, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.33.

Color convert

RGB 71 170 102 -
CMYK 0.58 0 0.4 0.33
HSL 138.79º 0.41% 0.47% -
HSV(B) 138.79º 0.58% 0.67% -
XYZ 19.37 31.05 17.54 -
YUV 132.65 110.7 84.03 -
System Red Green Blue C M Y K H S L
Decimal 71 170 102 0.58 0 0.4 0.33 138.79 0.41 0.47
Hex 47 AA 66 3A 0 28 21 8B 29 2F
Octal 107 252 146 72 0 50 41 213 51 57
Binary 1000111 10101010 1100110 111010 0 101000 100001 10001011 101001 101111

Color Harmonies of #47AA66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47AA66

Black with #47AA66

Text Example


Text Example

White with #47AA66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47AA66; }

 p { color: rgb(71,170,102); }

 H1.HeaderClassName
 {
   color: #47AA66;
 }
 .AnyTagClassName
 {
   color: #47AA66;
 }
</style>

background-color css

<style>
 a { background-color: #47AA66; }

 a { background-color: rgb(71,170,102); }

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

border-color css

<style>
 span { border-color: #47AA66; }

 span { border-color: rgb(71,170,102); }

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