Html Css Color HEX #47B07C Ocean Green

📋 copy color: '#47B07C'

red 71 ◦ green 176 ◦ blue 124

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

Shades of Ocean Green #47B07C

Tints of Ocean Green #47B07C

RGB

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

 GREEN value IS 176 (69.14% from 255) = 47.44%

 BLUE value IS 124 (48.83% from 255) = 33.42%

R = 19.14%
G = 47.44%
B = 33.42%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#47B07C (or 0x47B07C) is known color: Ocean Green. HEX triplet: 47, B0 and 7C. RGB value is (71,176,124). Sum of RGB (Red+Green+Blue) = 71+176+124=371 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.14% from 371); Green value is 176 (69.14% from 255 or 47.44% from 371); Blue value is 124 (48.83% from 255 or 33.42% from 371); Max value from RGB is 176 - color contains mainly: green. Hex color #47B07C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47B07C is #B84F83. Grayscale: #8A8A8A. Windows color (decimal): -12078980 or 8171591. OLE color: 8171591.

HSL color Cylindrical-coordinate representation of color #47B07C: hue angle of 150.29º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #47B07C is Cyan = 0.60, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB 71 176 124 -
CMYK 0.60 0 0.30 0.31
HSL 150.29º 0.43% 0.48% -
HSV(B) 150.29º 0.6% 0.69% -
XYZ 21.76 33.85 24.45 -
YUV 138.68 119.71 79.73 -
System Red Green Blue C M Y K H S L
Decimal 71 176 124 0.60 0 0.30 0.31 150.29 0.43 0.48
Hex 47 B0 7C 3C 0 1E 1F 96 2B 30
Octal 107 260 174 74 0 36 37 226 53 60
Binary 1000111 10110000 1111100 111100 0 11110 11111 10010110 101011 110000

Color Harmonies of #47B07C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47B07C

Black with #47B07C

Text Example


Text Example

White with #47B07C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,176,124); }

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

background-color css

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

 a { background-color: rgb(71,176,124); }

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

border-color css

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

 span { border-color: rgb(71,176,124); }

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