Html Css Color HEX #0ADAB1 Caribbean Green

📋 copy color: '#0ADAB1'

red 10 ◦ green 218 ◦ blue 177

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

Shades of Caribbean Green #0ADAB1

Tints of Caribbean Green #0ADAB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 43.7%

R = 2.47%
G = 53.83%
B = 43.7%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#0ADAB1 (or 0x0ADAB1) is known color: Caribbean Green. HEX triplet: 0A, DA and B1. RGB value is (10,218,177). Sum of RGB (Red+Green+Blue) = 10+218+177=405 (53% of max value = 765). Red value is 10 (4.30% from 255 or 2.47% from 405); Green value is 218 (85.55% from 255 or 53.83% from 405); Blue value is 177 (69.53% from 255 or 43.70% from 405); Max value from RGB is 218 - color contains mainly: green. Hex color #0ADAB1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ADAB1 is #F5254E. Grayscale: #979797. Windows color (decimal): -16065871 or 11655690. OLE color: 11655690.

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

Color convert

RGB 10 218 177 -
CMYK 0.95 0 0.19 0.15
HSL 168.17º 0.91% 0.45% -
HSV(B) 168.17º 0.95% 0.85% -
XYZ 33.13 53.38 50.15 -
YUV 151.13 142.59 27.33 -
System Red Green Blue C M Y K H S L
Decimal 10 218 177 0.95 0 0.19 0.15 168.17 0.91 0.45
Hex A DA B1 5F 0 13 F A8 5B 2D
Octal 12 332 261 137 0 23 17 250 133 55
Binary 1010 11011010 10110001 1011111 0 10011 1111 10101000 1011011 101101

Color Harmonies of #0ADAB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ADAB1

Black with #0ADAB1

Text Example


Text Example

White with #0ADAB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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