Html Css Color HEX #47AB82 Ocean Green

📋 copy color: '#47AB82'

red 71 ◦ green 171 ◦ blue 130

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

Shades of Ocean Green #47AB82

Tints of Ocean Green #47AB82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 34.95%

R = 19.09%
G = 45.97%
B = 34.95%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#47AB82 (or 0x47AB82) is known color: Ocean Green. HEX triplet: 47, AB and 82. RGB value is (71,171,130). Sum of RGB (Red+Green+Blue) = 71+171+130=372 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.09% from 372); Green value is 171 (67.19% from 255 or 45.97% from 372); Blue value is 130 (51.17% from 255 or 34.95% from 372); Max value from RGB is 171 - color contains mainly: green. Hex color #47AB82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47AB82 is #B8547D. Grayscale: #888888. Windows color (decimal): -12080254 or 8563527. OLE color: 8563527.

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

Color convert

RGB 71 171 130 -
CMYK 0.58 0 0.24 0.33
HSL 155.4º 0.41% 0.47% -
HSV(B) 155.4º 0.58% 0.67% -
XYZ 21.19 32.08 26.19 -
YUV 136.43 124.37 81.33 -
System Red Green Blue C M Y K H S L
Decimal 71 171 130 0.58 0 0.24 0.33 155.4 0.41 0.47
Hex 47 AB 82 3A 0 18 21 9B 29 2F
Octal 107 253 202 72 0 30 41 233 51 57
Binary 1000111 10101011 10000010 111010 0 11000 100001 10011011 101001 101111

Color Harmonies of #47AB82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47AB82

Black with #47AB82

Text Example


Text Example

White with #47AB82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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