Html Css Color HEX #55B674 Ocean Green

📋 copy color: '#55B674'

red 85 ◦ green 182 ◦ blue 116

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

Shades of Ocean Green #55B674

Tints of Ocean Green #55B674

RGB

 RED value IS 85 (33.59% from 255) = 22.19%

 GREEN value IS 182 (71.48% from 255) = 47.52%

 BLUE value IS 116 (45.7% from 255) = 30.29%

R = 22.19%
G = 47.52%
B = 30.29%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#55B674 (or 0x55B674) is known color: Ocean Green. HEX triplet: 55, B6 and 74. RGB value is (85,182,116). Sum of RGB (Red+Green+Blue) = 85+182+116=383 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.19% from 383); Green value is 182 (71.48% from 255 or 47.52% from 383); Blue value is 116 (45.70% from 255 or 30.29% from 383); Max value from RGB is 182 - color contains mainly: green. Hex color #55B674 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55B674 is #AA498B. Grayscale: #919191. Windows color (decimal): -11159948 or 7648853. OLE color: 7648853.

HSL color Cylindrical-coordinate representation of color #55B674: hue angle of 139.18º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #55B674 is Cyan = 0.53, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB 85 182 116 -
CMYK 0.53 0 0.36 0.29
HSL 139.18º 0.4% 0.52% -
HSV(B) 139.18º 0.53% 0.71% -
XYZ 23.63 36.65 22.35 -
YUV 145.47 111.36 84.87 -
System Red Green Blue C M Y K H S L
Decimal 85 182 116 0.53 0 0.36 0.29 139.18 0.4 0.52
Hex 55 B6 74 35 0 24 1D 8B 28 34
Octal 125 266 164 65 0 44 35 213 50 64
Binary 1010101 10110110 1110100 110101 0 100100 11101 10001011 101000 110100

Color Harmonies of #55B674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55B674

Black with #55B674

Text Example


Text Example

White with #55B674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55B674; }

 p { color: rgb(85,182,116); }

 H1.HeaderClassName
 {
   color: #55B674;
 }
 .AnyTagClassName
 {
   color: #55B674;
 }
</style>

background-color css

<style>
 a { background-color: #55B674; }

 a { background-color: rgb(85,182,116); }

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

border-color css

<style>
 span { border-color: #55B674; }

 span { border-color: rgb(85,182,116); }

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