Html Css Color HEX #0BDEAC Caribbean Green

📋 copy color: '#0BDEAC'

red 11 ◦ green 222 ◦ blue 172

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

Shades of Caribbean Green #0BDEAC

Tints of Caribbean Green #0BDEAC

RGB

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

 GREEN value IS 222 (87.11% from 255) = 54.81%

 BLUE value IS 172 (67.58% from 255) = 42.47%

R = 2.72%
G = 54.81%
B = 42.47%

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

#0BDEAC (or 0x0BDEAC) is known color: Caribbean Green. HEX triplet: 0B, DE and AC. RGB value is (11,222,172). Sum of RGB (Red+Green+Blue) = 11+222+172=405 (53% of max value = 765). Red value is 11 (4.69% from 255 or 2.72% from 405); Green value is 222 (87.11% from 255 or 54.81% from 405); Blue value is 172 (67.58% from 255 or 42.47% from 405); Max value from RGB is 222 - color contains mainly: green. Hex color #0BDEAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BDEAC is #F42153. Grayscale: #999999. Windows color (decimal): -15999316 or 11329035. OLE color: 11329035.

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

Color convert

RGB 11 222 172 -
CMYK 0.95 0 0.23 0.13
HSL 165.78º 0.91% 0.46% -
HSV(B) 165.78º 0.95% 0.87% -
XYZ 33.71 55.29 47.93 -
YUV 153.21 138.6 26.57 -
System Red Green Blue C M Y K H S L
Decimal 11 222 172 0.95 0 0.23 0.13 165.78 0.91 0.46
Hex B DE AC 5F 0 17 D A6 5B 2E
Octal 13 336 254 137 0 27 15 246 133 56
Binary 1011 11011110 10101100 1011111 0 10111 1101 10100110 1011011 101110

Color Harmonies of #0BDEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BDEAC

Black with #0BDEAC

Text Example


Text Example

White with #0BDEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,222,172); }

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

background-color css

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

 a { background-color: rgb(11,222,172); }

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

border-color css

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

 span { border-color: rgb(11,222,172); }

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