Html Css Color HEX #0BCBAD Caribbean Green

📋 copy color: '#0BCBAD'

red 11 ◦ green 203 ◦ blue 173

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

Shades of Caribbean Green #0BCBAD

Tints of Caribbean Green #0BCBAD

RGB

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

 GREEN value IS 203 (79.69% from 255) = 52.45%

 BLUE value IS 173 (67.97% from 255) = 44.7%

R = 2.84%
G = 52.45%
B = 44.7%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.15

 K value IS 0.20

RGB Variations

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

Color information

#0BCBAD (or 0x0BCBAD) is known color: Caribbean Green. HEX triplet: 0B, CB and AD. RGB value is (11,203,173). Sum of RGB (Red+Green+Blue) = 11+203+173=387 (51% of max value = 765). Red value is 11 (4.69% from 255 or 2.84% from 387); Green value is 203 (79.69% from 255 or 52.45% from 387); Blue value is 173 (67.97% from 255 or 44.70% from 387); Max value from RGB is 203 - color contains mainly: green. Hex color #0BCBAD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BCBAD is #F43452. Grayscale: #8E8E8E. Windows color (decimal): -16004179 or 11389707. OLE color: 11389707.

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

Color convert

RGB 11 203 173 -
CMYK 0.95 0 0.15 0.20
HSL 170.63º 0.9% 0.42% -
HSV(B) 170.63º 0.95% 0.8% -
XYZ 29.04 45.8 46.85 -
YUV 142.17 145.39 34.44 -
System Red Green Blue C M Y K H S L
Decimal 11 203 173 0.95 0 0.15 0.20 170.63 0.9 0.42
Hex B CB AD 5F 0 F 14 AB 5A 2A
Octal 13 313 255 137 0 17 24 253 132 52
Binary 1011 11001011 10101101 1011111 0 1111 10100 10101011 1011010 101010

Color Harmonies of #0BCBAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BCBAD

Black with #0BCBAD

Text Example


Text Example

White with #0BCBAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,203,173); }

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

background-color css

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

 a { background-color: rgb(11,203,173); }

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

border-color css

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

 span { border-color: rgb(11,203,173); }

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