Html Css Color HEX #0BCDB2 Caribbean Green

📋 copy color: '#0BCDB2'

red 11 ◦ green 205 ◦ blue 178

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

Shades of Caribbean Green #0BCDB2

Tints of Caribbean Green #0BCDB2

RGB

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

 GREEN value IS 205 (80.47% from 255) = 52.03%

 BLUE value IS 178 (69.92% from 255) = 45.18%

R = 2.79%
G = 52.03%
B = 45.18%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.13

 K value IS 0.20

RGB Variations

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

Color information

#0BCDB2 (or 0x0BCDB2) is known color: Caribbean Green. HEX triplet: 0B, CD and B2. RGB value is (11,205,178). Sum of RGB (Red+Green+Blue) = 11+205+178=394 (52% of max value = 765). Red value is 11 (4.69% from 255 or 2.79% from 394); Green value is 205 (80.47% from 255 or 52.03% from 394); Blue value is 178 (69.92% from 255 or 45.18% from 394); Max value from RGB is 205 - color contains mainly: green. Hex color #0BCDB2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BCDB2 is #F4324D. Grayscale: #8F8F8F. Windows color (decimal): -16003662 or 11717899. OLE color: 11717899.

HSL color Cylindrical-coordinate representation of color #0BCDB2: hue angle of 171.65º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BCDB2 is Cyan = 0.95, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.

Color convert

RGB 11 205 178 -
CMYK 0.95 0 0.13 0.20
HSL 171.65º 0.9% 0.42% -
HSV(B) 171.65º 0.95% 0.8% -
XYZ 30.01 46.95 49.6 -
YUV 143.92 147.23 33.2 -
System Red Green Blue C M Y K H S L
Decimal 11 205 178 0.95 0 0.13 0.20 171.65 0.9 0.42
Hex B CD B2 5F 0 D 14 AC 5A 2A
Octal 13 315 262 137 0 15 24 254 132 52
Binary 1011 11001101 10110010 1011111 0 1101 10100 10101100 1011010 101010

Color Harmonies of #0BCDB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BCDB2

Black with #0BCDB2

Text Example


Text Example

White with #0BCDB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,205,178); }

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

background-color css

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

 a { background-color: rgb(11,205,178); }

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

border-color css

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

 span { border-color: rgb(11,205,178); }

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