Html Css Color HEX #0BBD9A Caribbean Green

📋 copy color: '#0BBD9A'

red 11 ◦ green 189 ◦ blue 154

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

Shades of Caribbean Green #0BBD9A

Tints of Caribbean Green #0BBD9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 43.5%

R = 3.11%
G = 53.39%
B = 43.5%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#0BBD9A (or 0x0BBD9A) is known color: Caribbean Green. HEX triplet: 0B, BD and 9A. RGB value is (11,189,154). Sum of RGB (Red+Green+Blue) = 11+189+154=354 (46% of max value = 765). Red value is 11 (4.69% from 255 or 3.11% from 354); Green value is 189 (74.22% from 255 or 53.39% from 354); Blue value is 154 (60.55% from 255 or 43.50% from 354); Max value from RGB is 189 - color contains mainly: green. Hex color #0BBD9A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BBD9A is #F44265. Grayscale: #838383. Windows color (decimal): -16007782 or 10140939. OLE color: 10140939.

HSL color Cylindrical-coordinate representation of color #0BBD9A: hue angle of 168.2º 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 #0BBD9A is Cyan = 0.94, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.

Color convert

RGB 11 189 154 -
CMYK 0.94 0 0.19 0.26
HSL 168.2º 0.89% 0.39% -
HSV(B) 168.2º 0.94% 0.74% -
XYZ 24.17 38.8 36.79 -
YUV 131.79 140.53 41.85 -
System Red Green Blue C M Y K H S L
Decimal 11 189 154 0.94 0 0.19 0.26 168.2 0.89 0.39
Hex B BD 9A 5E 0 13 1A A8 59 27
Octal 13 275 232 136 0 23 32 250 131 47
Binary 1011 10111101 10011010 1011110 0 10011 11010 10101000 1011001 100111

Color Harmonies of #0BBD9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BBD9A

Black with #0BBD9A

Text Example


Text Example

White with #0BBD9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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