Html Css Color HEX #0BDDAB Caribbean Green

📋 copy color: '#0BDDAB'

red 11 ◦ green 221 ◦ blue 171

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

Shades of Caribbean Green #0BDDAB

Tints of Caribbean Green #0BDDAB

RGB

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

 GREEN value IS 221 (86.72% from 255) = 54.84%

 BLUE value IS 171 (67.19% from 255) = 42.43%

R = 2.73%
G = 54.84%
B = 42.43%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#0BDDAB (or 0x0BDDAB) is known color: Caribbean Green. HEX triplet: 0B, DD and AB. RGB value is (11,221,171). Sum of RGB (Red+Green+Blue) = 11+221+171=403 (53% of max value = 765). Red value is 11 (4.69% from 255 or 2.73% from 403); Green value is 221 (86.72% from 255 or 54.84% from 403); Blue value is 171 (67.19% from 255 or 42.43% from 403); Max value from RGB is 221 - color contains mainly: green. Hex color #0BDDAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BDDAB is #F42254. Grayscale: #989898. Windows color (decimal): -15999573 or 11263243. OLE color: 11263243.

HSL color Cylindrical-coordinate representation of color #0BDDAB: hue angle of 165.71º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BDDAB is Cyan = 0.95, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 11 221 171 -
CMYK 0.95 0 0.23 0.13
HSL 165.71º 0.91% 0.45% -
HSV(B) 165.71º 0.95% 0.87% -
XYZ 33.35 54.72 47.33 -
YUV 152.51 138.43 27.07 -
System Red Green Blue C M Y K H S L
Decimal 11 221 171 0.95 0 0.23 0.13 165.71 0.91 0.45
Hex B DD AB 5F 0 17 D A6 5B 2D
Octal 13 335 253 137 0 27 15 246 133 55
Binary 1011 11011101 10101011 1011111 0 10111 1101 10100110 1011011 101101

Color Harmonies of #0BDDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BDDAB

Black with #0BDDAB

Text Example


Text Example

White with #0BDDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,221,171); }

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

background-color css

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

 a { background-color: rgb(11,221,171); }

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

border-color css

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

 span { border-color: rgb(11,221,171); }

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