Html Css Color HEX #0BCDB0 Caribbean Green

📋 copy color: '#0BCDB0'

red 11 ◦ green 205 ◦ blue 176

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

Shades of Caribbean Green #0BCDB0

Tints of Caribbean Green #0BCDB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 44.9%

R = 2.81%
G = 52.3%
B = 44.9%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.14

 K value IS 0.20

RGB Variations

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

Color information

#0BCDB0 (or 0x0BCDB0) is known color: Caribbean Green. HEX triplet: 0B, CD and B0. RGB value is (11,205,176). Sum of RGB (Red+Green+Blue) = 11+205+176=392 (51% of max value = 765). Red value is 11 (4.69% from 255 or 2.81% from 392); Green value is 205 (80.47% from 255 or 52.30% from 392); Blue value is 176 (69.14% from 255 or 44.90% from 392); Max value from RGB is 205 - color contains mainly: green. Hex color #0BCDB0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BCDB0 is #F4324F. Grayscale: #8F8F8F. Windows color (decimal): -16003664 or 11586827. OLE color: 11586827.

HSL color Cylindrical-coordinate representation of color #0BCDB0: hue angle of 171.03º 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 #0BCDB0 is Cyan = 0.95, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB 11 205 176 -
CMYK 0.95 0 0.14 0.20
HSL 171.03º 0.9% 0.42% -
HSV(B) 171.03º 0.95% 0.8% -
XYZ 29.81 46.87 48.55 -
YUV 143.69 146.23 33.36 -
System Red Green Blue C M Y K H S L
Decimal 11 205 176 0.95 0 0.14 0.20 171.03 0.9 0.42
Hex B CD B0 5F 0 E 14 AB 5A 2A
Octal 13 315 260 137 0 16 24 253 132 52
Binary 1011 11001101 10110000 1011111 0 1110 10100 10101011 1011010 101010

Color Harmonies of #0BCDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BCDB0

Black with #0BCDB0

Text Example


Text Example

White with #0BCDB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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