Html Css Color HEX #47AB7F Ocean Green

📋 copy color: '#47AB7F'

red 71 ◦ green 171 ◦ blue 127

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

Shades of Ocean Green #47AB7F

Tints of Ocean Green #47AB7F

RGB

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

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

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

R = 19.24%
G = 46.34%
B = 34.42%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#47AB7F (or 0x47AB7F) is known color: Ocean Green. HEX triplet: 47, AB and 7F. RGB value is (71,171,127). Sum of RGB (Red+Green+Blue) = 71+171+127=369 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.24% from 369); Green value is 171 (67.19% from 255 or 46.34% from 369); Blue value is 127 (50% from 255 or 34.42% from 369); Max value from RGB is 171 - color contains mainly: green. Hex color #47AB7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47AB7F is #B85480. Grayscale: #888888. Windows color (decimal): -12080257 or 8366919. OLE color: 8366919.

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

Color convert

RGB 71 171 127 -
CMYK 0.58 0 0.26 0.33
HSL 153.6º 0.41% 0.47% -
HSV(B) 153.6º 0.58% 0.67% -
XYZ 20.99 32 25.15 -
YUV 136.08 122.87 81.58 -
System Red Green Blue C M Y K H S L
Decimal 71 171 127 0.58 0 0.26 0.33 153.6 0.41 0.47
Hex 47 AB 7F 3A 0 1A 21 9A 29 2F
Octal 107 253 177 72 0 32 41 232 51 57
Binary 1000111 10101011 1111111 111010 0 11010 100001 10011010 101001 101111

Color Harmonies of #47AB7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47AB7F

Black with #47AB7F

Text Example


Text Example

White with #47AB7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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