Html Css Color HEX #0BBDA4 Caribbean Green

📋 copy color: '#0BBDA4'

red 11 ◦ green 189 ◦ blue 164

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

Shades of Caribbean Green #0BBDA4

Tints of Caribbean Green #0BBDA4

RGB

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

 GREEN value IS 189 (74.22% from 255) = 51.92%

 BLUE value IS 164 (64.45% from 255) = 45.05%

R = 3.02%
G = 51.92%
B = 45.05%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.13

 K value IS 0.26

RGB Variations

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

Color information

#0BBDA4 (or 0x0BBDA4) is known color: Caribbean Green. HEX triplet: 0B, BD and A4. RGB value is (11,189,164). Sum of RGB (Red+Green+Blue) = 11+189+164=364 (48% of max value = 765). Red value is 11 (4.69% from 255 or 3.02% from 364); Green value is 189 (74.22% from 255 or 51.92% from 364); Blue value is 164 (64.45% from 255 or 45.05% from 364); Max value from RGB is 189 - color contains mainly: green. Hex color #0BBDA4 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BBDA4 is #F4425B. Grayscale: #848484. Windows color (decimal): -16007772 or 10796299. OLE color: 10796299.

HSL color Cylindrical-coordinate representation of color #0BBDA4: hue angle of 171.57º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BBDA4 is Cyan = 0.94, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.

Color convert

RGB 11 189 164 -
CMYK 0.94 0 0.13 0.26
HSL 171.57º 0.89% 0.39% -
HSV(B) 171.57º 0.94% 0.74% -
XYZ 25.04 39.15 41.36 -
YUV 132.93 145.53 41.03 -
System Red Green Blue C M Y K H S L
Decimal 11 189 164 0.94 0 0.13 0.26 171.57 0.89 0.39
Hex B BD A4 5E 0 D 1A AC 59 27
Octal 13 275 244 136 0 15 32 254 131 47
Binary 1011 10111101 10100100 1011110 0 1101 11010 10101100 1011001 100111

Color Harmonies of #0BBDA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BBDA4

Black with #0BBDA4

Text Example


Text Example

White with #0BBDA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,189,164); }

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

background-color css

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

 a { background-color: rgb(11,189,164); }

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

border-color css

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

 span { border-color: rgb(11,189,164); }

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