Html Css Color HEX #0BDD88 Caribbean Green

📋 copy color: '#0BDD88'

red 11 ◦ green 221 ◦ blue 136

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

Shades of Caribbean Green #0BDD88

Tints of Caribbean Green #0BDD88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 36.96%

R = 2.99%
G = 60.05%
B = 36.96%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#0BDD88 (or 0x0BDD88) is known color: Caribbean Green. HEX triplet: 0B, DD and 88. RGB value is (11,221,136). Sum of RGB (Red+Green+Blue) = 11+221+136=368 (48% of max value = 765). Red value is 11 (4.69% from 255 or 2.99% from 368); Green value is 221 (86.72% from 255 or 60.05% from 368); Blue value is 136 (53.52% from 255 or 36.96% from 368); Max value from RGB is 221 - color contains mainly: green. Hex color #0BDD88 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BDD88 is #F42277. Grayscale: #949494. Windows color (decimal): -15999608 or 8969483. OLE color: 8969483.

HSL color Cylindrical-coordinate representation of color #0BDD88: hue angle of 155.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 #0BDD88 is Cyan = 0.95, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB 11 221 136 -
CMYK 0.95 0 0.38 0.13
HSL 155.71º 0.91% 0.45% -
HSV(B) 155.71º 0.95% 0.87% -
XYZ 30.44 53.56 32.03 -
YUV 148.52 120.93 29.91 -
System Red Green Blue C M Y K H S L
Decimal 11 221 136 0.95 0 0.38 0.13 155.71 0.91 0.45
Hex B DD 88 5F 0 26 D 9C 5B 2D
Octal 13 335 210 137 0 46 15 234 133 55
Binary 1011 11011101 10001000 1011111 0 100110 1101 10011100 1011011 101101

Color Harmonies of #0BDD88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BDD88

Black with #0BDD88

Text Example


Text Example

White with #0BDD88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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