Html Css Color HEX #0ADAB2 Caribbean Green

📋 copy color: '#0ADAB2'

red 10 ◦ green 218 ◦ blue 178

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

Shades of Caribbean Green #0ADAB2

Tints of Caribbean Green #0ADAB2

RGB

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

 GREEN value IS 218 (85.55% from 255) = 53.69%

 BLUE value IS 178 (69.92% from 255) = 43.84%

R = 2.46%
G = 53.69%
B = 43.84%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#0ADAB2 (or 0x0ADAB2) is known color: Caribbean Green. HEX triplet: 0A, DA and B2. RGB value is (10,218,178). Sum of RGB (Red+Green+Blue) = 10+218+178=406 (53% of max value = 765). Red value is 10 (4.30% from 255 or 2.46% from 406); Green value is 218 (85.55% from 255 or 53.69% from 406); Blue value is 178 (69.92% from 255 or 43.84% from 406); Max value from RGB is 218 - color contains mainly: green. Hex color #0ADAB2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ADAB2 is #F5254D. Grayscale: #979797. Windows color (decimal): -16065870 or 11721226. OLE color: 11721226.

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

Color convert

RGB 10 218 178 -
CMYK 0.95 0 0.18 0.15
HSL 168.46º 0.91% 0.45% -
HSV(B) 168.46º 0.95% 0.85% -
XYZ 33.23 53.42 50.68 -
YUV 151.25 143.09 27.25 -
System Red Green Blue C M Y K H S L
Decimal 10 218 178 0.95 0 0.18 0.15 168.46 0.91 0.45
Hex A DA B2 5F 0 12 F A8 5B 2D
Octal 12 332 262 137 0 22 17 250 133 55
Binary 1010 11011010 10110010 1011111 0 10010 1111 10101000 1011011 101101

Color Harmonies of #0ADAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ADAB2

Black with #0ADAB2

Text Example


Text Example

White with #0ADAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,218,178); }

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

background-color css

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

 a { background-color: rgb(10,218,178); }

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

border-color css

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

 span { border-color: rgb(10,218,178); }

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