Html Css Color HEX #0BB5AF Light Sea Green

📋 copy color: '#0BB5AF'

red 11 ◦ green 181 ◦ blue 175

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

Shades of Light Sea Green #0BB5AF

Tints of Light Sea Green #0BB5AF

RGB

 RED value IS 11 (4.69% from 255) = 3%

 GREEN value IS 181 (71.09% from 255) = 49.32%

 BLUE value IS 175 (68.75% from 255) = 47.68%

R = 3%
G = 49.32%
B = 47.68%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#0BB5AF (or 0x0BB5AF) is known color: Light Sea Green. HEX triplet: 0B, B5 and AF. RGB value is (11,181,175). Sum of RGB (Red+Green+Blue) = 11+181+175=367 (48% of max value = 765). Red value is 11 (4.69% from 255 or 3.00% from 367); Green value is 181 (71.09% from 255 or 49.32% from 367); Blue value is 175 (68.75% from 255 or 47.68% from 367); Max value from RGB is 181 - color contains mainly: green. Hex color #0BB5AF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BB5AF is #F44A50. Grayscale: #818181. Windows color (decimal): -16009809 or 11515147. OLE color: 11515147.

HSL color Cylindrical-coordinate representation of color #0BB5AF: hue angle of 177.88º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BB5AF is Cyan = 0.94, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB 11 181 175 -
CMYK 0.94 0 0.03 0.29
HSL 177.88º 0.89% 0.38% -
HSV(B) 177.88º 0.94% 0.71% -
XYZ 24.4 36.21 46.26 -
YUV 129.49 153.68 43.49 -
System Red Green Blue C M Y K H S L
Decimal 11 181 175 0.94 0 0.03 0.29 177.88 0.89 0.38
Hex B B5 AF 5E 0 3 1D B2 59 26
Octal 13 265 257 136 0 3 35 262 131 46
Binary 1011 10110101 10101111 1011110 0 11 11101 10110010 1011001 100110

Color Harmonies of #0BB5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BB5AF

Black with #0BB5AF

Text Example


Text Example

White with #0BB5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0BB5AF; }

 p { color: rgb(11,181,175); }

 H1.HeaderClassName
 {
   color: #0BB5AF;
 }
 .AnyTagClassName
 {
   color: #0BB5AF;
 }
</style>

background-color css

<style>
 a { background-color: #0BB5AF; }

 a { background-color: rgb(11,181,175); }

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

border-color css

<style>
 span { border-color: #0BB5AF; }

 span { border-color: rgb(11,181,175); }

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