Html Css Color HEX #47AA7F Ocean Green

📋 copy color: '#47AA7F'

red 71 ◦ green 170 ◦ blue 127

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

Shades of Ocean Green #47AA7F

Tints of Ocean Green #47AA7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 34.51%

R = 19.29%
G = 46.2%
B = 34.51%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#47AA7F (or 0x47AA7F) is known color: Ocean Green. HEX triplet: 47, AA and 7F. RGB value is (71,170,127). Sum of RGB (Red+Green+Blue) = 71+170+127=368 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.29% from 368); Green value is 170 (66.80% from 255 or 46.20% from 368); Blue value is 127 (50% from 255 or 34.51% from 368); Max value from RGB is 170 - color contains mainly: green. Hex color #47AA7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47AA7F is #B85580. Grayscale: #878787. Windows color (decimal): -12080513 or 8366663. OLE color: 8366663.

HSL color Cylindrical-coordinate representation of color #47AA7F: hue angle of 153.94º 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 #47AA7F is Cyan = 0.58, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB 71 170 127 -
CMYK 0.58 0 0.25 0.33
HSL 153.94º 0.41% 0.47% -
HSV(B) 153.94º 0.58% 0.67% -
XYZ 20.8 31.62 25.09 -
YUV 135.5 123.2 82 -
System Red Green Blue C M Y K H S L
Decimal 71 170 127 0.58 0 0.25 0.33 153.94 0.41 0.47
Hex 47 AA 7F 3A 0 19 21 9A 29 2F
Octal 107 252 177 72 0 31 41 232 51 57
Binary 1000111 10101010 1111111 111010 0 11001 100001 10011010 101001 101111

Color Harmonies of #47AA7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47AA7F

Black with #47AA7F

Text Example


Text Example

White with #47AA7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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