Html Css Color HEX #55B281 Ocean Green

📋 copy color: '#55B281'

red 85 ◦ green 178 ◦ blue 129

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

Shades of Ocean Green #55B281

Tints of Ocean Green #55B281

RGB

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

 GREEN value IS 178 (69.92% from 255) = 45.41%

 BLUE value IS 129 (50.78% from 255) = 32.91%

R = 21.68%
G = 45.41%
B = 32.91%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.28

 K value IS 0.30

RGB Variations

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

Color information

#55B281 (or 0x55B281) is known color: Ocean Green. HEX triplet: 55, B2 and 81. RGB value is (85,178,129). Sum of RGB (Red+Green+Blue) = 85+178+129=392 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.68% from 392); Green value is 178 (69.92% from 255 or 45.41% from 392); Blue value is 129 (50.78% from 255 or 32.91% from 392); Max value from RGB is 178 - color contains mainly: green. Hex color #55B281 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55B281 is #AA4D7E. Grayscale: #909090. Windows color (decimal): -11160959 or 8499797. OLE color: 8499797.

HSL color Cylindrical-coordinate representation of color #55B281: hue angle of 148.39º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #55B281 is Cyan = 0.52, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.30.

Color convert

RGB 85 178 129 -
CMYK 0.52 0 0.28 0.30
HSL 148.39º 0.38% 0.52% -
HSV(B) 148.39º 0.52% 0.7% -
XYZ 23.63 35.36 26.35 -
YUV 144.61 119.19 85.48 -
System Red Green Blue C M Y K H S L
Decimal 85 178 129 0.52 0 0.28 0.30 148.39 0.38 0.52
Hex 55 B2 81 34 0 1C 1E 94 26 34
Octal 125 262 201 64 0 34 36 224 46 64
Binary 1010101 10110010 10000001 110100 0 11100 11110 10010100 100110 110100

Color Harmonies of #55B281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55B281

Black with #55B281

Text Example


Text Example

White with #55B281

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,178,129); }

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

background-color css

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

 a { background-color: rgb(85,178,129); }

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

border-color css

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

 span { border-color: rgb(85,178,129); }

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