Html Css Color HEX #0ADBAC Caribbean Green

📋 copy color: '#0ADBAC'

red 10 ◦ green 219 ◦ blue 172

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

Shades of Caribbean Green #0ADBAC

Tints of Caribbean Green #0ADBAC

RGB

 RED value IS 10 (4.3% from 255) = 2.49%

 GREEN value IS 219 (85.94% from 255) = 54.61%

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

R = 2.49%
G = 54.61%
B = 42.89%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#0ADBAC (or 0x0ADBAC) is known color: Caribbean Green. HEX triplet: 0A, DB and AC. RGB value is (10,219,172). Sum of RGB (Red+Green+Blue) = 10+219+172=401 (53% of max value = 765). Red value is 10 (4.30% from 255 or 2.49% from 401); Green value is 219 (85.94% from 255 or 54.61% from 401); Blue value is 172 (67.58% from 255 or 42.89% from 401); Max value from RGB is 219 - color contains mainly: green. Hex color #0ADBAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ADBAC is #F52453. Grayscale: #979797. Windows color (decimal): -16065620 or 11328266. OLE color: 11328266.

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

Color convert

RGB 10 219 172 -
CMYK 0.95 0 0.21 0.14
HSL 166.51º 0.91% 0.45% -
HSV(B) 166.51º 0.95% 0.86% -
XYZ 32.9 53.71 47.66 -
YUV 151.15 139.76 27.32 -
System Red Green Blue C M Y K H S L
Decimal 10 219 172 0.95 0 0.21 0.14 166.51 0.91 0.45
Hex A DB AC 5F 0 15 E A7 5B 2D
Octal 12 333 254 137 0 25 16 247 133 55
Binary 1010 11011011 10101100 1011111 0 10101 1110 10100111 1011011 101101

Color Harmonies of #0ADBAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ADBAC

Black with #0ADBAC

Text Example


Text Example

White with #0ADBAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,219,172); }

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

background-color css

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

 a { background-color: rgb(10,219,172); }

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

border-color css

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

 span { border-color: rgb(10,219,172); }

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