Html Css Color HEX #0BBCA3 Caribbean Green

📋 copy color: '#0BBCA3'

red 11 ◦ green 188 ◦ blue 163

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

Shades of Caribbean Green #0BBCA3

Tints of Caribbean Green #0BBCA3

RGB

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

 GREEN value IS 188 (73.83% from 255) = 51.93%

 BLUE value IS 163 (64.06% from 255) = 45.03%

R = 3.04%
G = 51.93%
B = 45.03%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.13

 K value IS 0.26

RGB Variations

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

Color information

#0BBCA3 (or 0x0BBCA3) is known color: Caribbean Green. HEX triplet: 0B, BC and A3. RGB value is (11,188,163). Sum of RGB (Red+Green+Blue) = 11+188+163=362 (47% of max value = 765). Red value is 11 (4.69% from 255 or 3.04% from 362); Green value is 188 (73.83% from 255 or 51.93% from 362); Blue value is 163 (64.06% from 255 or 45.03% from 362); Max value from RGB is 188 - color contains mainly: green. Hex color #0BBCA3 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BBCA3 is #F4435C. Grayscale: #848484. Windows color (decimal): -16008029 or 10730507. OLE color: 10730507.

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

Color convert

RGB 11 188 163 -
CMYK 0.94 0 0.13 0.26
HSL 171.53º 0.89% 0.39% -
HSV(B) 171.53º 0.94% 0.74% -
XYZ 24.73 38.68 40.81 -
YUV 132.23 145.36 41.53 -
System Red Green Blue C M Y K H S L
Decimal 11 188 163 0.94 0 0.13 0.26 171.53 0.89 0.39
Hex B BC A3 5E 0 D 1A AC 59 27
Octal 13 274 243 136 0 15 32 254 131 47
Binary 1011 10111100 10100011 1011110 0 1101 11010 10101100 1011001 100111

Color Harmonies of #0BBCA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BBCA3

Black with #0BBCA3

Text Example


Text Example

White with #0BBCA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,188,163); }

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

background-color css

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

 a { background-color: rgb(11,188,163); }

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

border-color css

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

 span { border-color: rgb(11,188,163); }

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