Html Css Color HEX #5BA872 Ocean Green

📋 copy color: '#5BA872'

red 91 ◦ green 168 ◦ blue 114

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

Shades of Ocean Green #5BA872

Tints of Ocean Green #5BA872

RGB

 RED value IS 91 (35.94% from 255) = 24.4%

 GREEN value IS 168 (66.02% from 255) = 45.04%

 BLUE value IS 114 (44.92% from 255) = 30.56%

R = 24.4%
G = 45.04%
B = 30.56%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.32

 K value IS 0.34

RGB Variations

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

Color information

#5BA872 (or 0x5BA872) is known color: Ocean Green. HEX triplet: 5B, A8 and 72. RGB value is (91,168,114). Sum of RGB (Red+Green+Blue) = 91+168+114=373 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.40% from 373); Green value is 168 (66.02% from 255 or 45.04% from 373); Blue value is 114 (44.92% from 255 or 30.56% from 373); Max value from RGB is 168 - color contains mainly: green. Hex color #5BA872 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BA872 is #A4578D. Grayscale: #8A8A8A. Windows color (decimal): -10770318 or 7514203. OLE color: 7514203.

HSL color Cylindrical-coordinate representation of color #5BA872: hue angle of 137.92º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5BA872 is Cyan = 0.46, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.34.

Color convert

RGB 91 168 114 -
CMYK 0.46 0 0.32 0.34
HSL 137.92º 0.31% 0.51% -
HSV(B) 137.92º 0.46% 0.66% -
XYZ 21.35 31.44 20.86 -
YUV 138.82 113.99 93.89 -
System Red Green Blue C M Y K H S L
Decimal 91 168 114 0.46 0 0.32 0.34 137.92 0.31 0.51
Hex 5B A8 72 2E 0 20 22 8A 1F 33
Octal 133 250 162 56 0 40 42 212 37 63
Binary 1011011 10101000 1110010 101110 0 100000 100010 10001010 11111 110011

Color Harmonies of #5BA872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BA872

Black with #5BA872

Text Example


Text Example

White with #5BA872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5BA872; }

 p { color: rgb(91,168,114); }

 H1.HeaderClassName
 {
   color: #5BA872;
 }
 .AnyTagClassName
 {
   color: #5BA872;
 }
</style>

background-color css

<style>
 a { background-color: #5BA872; }

 a { background-color: rgb(91,168,114); }

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

border-color css

<style>
 span { border-color: #5BA872; }

 span { border-color: rgb(91,168,114); }

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