Html Css Color HEX #0BBEA0 Caribbean Green

📋 copy color: '#0BBEA0'

red 11 ◦ green 190 ◦ blue 160

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

Shades of Caribbean Green #0BBEA0

Tints of Caribbean Green #0BBEA0

RGB

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

 GREEN value IS 190 (74.61% from 255) = 52.63%

 BLUE value IS 160 (62.89% from 255) = 44.32%

R = 3.05%
G = 52.63%
B = 44.32%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#0BBEA0 (or 0x0BBEA0) is known color: Caribbean Green. HEX triplet: 0B, BE and A0. RGB value is (11,190,160). Sum of RGB (Red+Green+Blue) = 11+190+160=361 (47% of max value = 765). Red value is 11 (4.69% from 255 or 3.05% from 361); Green value is 190 (74.61% from 255 or 52.63% from 361); Blue value is 160 (62.89% from 255 or 44.32% from 361); Max value from RGB is 190 - color contains mainly: green. Hex color #0BBEA0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BBEA0 is #F4415F. Grayscale: #858585. Windows color (decimal): -16007520 or 10534411. OLE color: 10534411.

HSL color Cylindrical-coordinate representation of color #0BBEA0: hue angle of 169.94º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BBEA0 is Cyan = 0.94, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB 11 190 160 -
CMYK 0.94 0 0.16 0.25
HSL 169.94º 0.89% 0.39% -
HSV(B) 169.94º 0.94% 0.75% -
XYZ 24.9 39.44 39.56 -
YUV 133.06 143.2 40.94 -
System Red Green Blue C M Y K H S L
Decimal 11 190 160 0.94 0 0.16 0.25 169.94 0.89 0.39
Hex B BE A0 5E 0 10 19 AA 59 27
Octal 13 276 240 136 0 20 31 252 131 47
Binary 1011 10111110 10100000 1011110 0 10000 11001 10101010 1011001 100111

Color Harmonies of #0BBEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BBEA0

Black with #0BBEA0

Text Example


Text Example

White with #0BBEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,190,160); }

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

background-color css

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

 a { background-color: rgb(11,190,160); }

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

border-color css

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

 span { border-color: rgb(11,190,160); }

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