Html Css Color HEX #5BAF7A Ocean Green

📋 copy color: '#5BAF7A'

red 91 ◦ green 175 ◦ blue 122

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

Shades of Ocean Green #5BAF7A

Tints of Ocean Green #5BAF7A

RGB

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

 GREEN value IS 175 (68.75% from 255) = 45.1%

 BLUE value IS 122 (48.05% from 255) = 31.44%

R = 23.45%
G = 45.1%
B = 31.44%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#5BAF7A (or 0x5BAF7A) is known color: Ocean Green. HEX triplet: 5B, AF and 7A. RGB value is (91,175,122). Sum of RGB (Red+Green+Blue) = 91+175+122=388 (51% of max value = 765). Red value is 91 (35.94% from 255 or 23.45% from 388); Green value is 175 (68.75% from 255 or 45.10% from 388); Blue value is 122 (48.05% from 255 or 31.44% from 388); Max value from RGB is 175 - color contains mainly: green. Hex color #5BAF7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BAF7A is #A45085. Grayscale: #8F8F8F. Windows color (decimal): -10768518 or 8040283. OLE color: 8040283.

HSL color Cylindrical-coordinate representation of color #5BAF7A: hue angle of 142.14º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5BAF7A is Cyan = 0.48, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB 91 175 122 -
CMYK 0.48 0 0.30 0.31
HSL 142.14º 0.34% 0.52% -
HSV(B) 142.14º 0.48% 0.69% -
XYZ 23.16 34.29 23.81 -
YUV 143.84 115.67 90.31 -
System Red Green Blue C M Y K H S L
Decimal 91 175 122 0.48 0 0.30 0.31 142.14 0.34 0.52
Hex 5B AF 7A 30 0 1E 1F 8E 22 34
Octal 133 257 172 60 0 36 37 216 42 64
Binary 1011011 10101111 1111010 110000 0 11110 11111 10001110 100010 110100

Color Harmonies of #5BAF7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BAF7A

Black with #5BAF7A

Text Example


Text Example

White with #5BAF7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,175,122); }

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

background-color css

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

 a { background-color: rgb(91,175,122); }

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

border-color css

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

 span { border-color: rgb(91,175,122); }

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