Html Css Color HEX #0ADCAB Caribbean Green

📋 copy color: '#0ADCAB'

red 10 ◦ green 220 ◦ blue 171

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

Shades of Caribbean Green #0ADCAB

Tints of Caribbean Green #0ADCAB

RGB

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

 GREEN value IS 220 (86.33% from 255) = 54.86%

 BLUE value IS 171 (67.19% from 255) = 42.64%

R = 2.49%
G = 54.86%
B = 42.64%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#0ADCAB (or 0x0ADCAB) is known color: Caribbean Green. HEX triplet: 0A, DC and AB. RGB value is (10,220,171). Sum of RGB (Red+Green+Blue) = 10+220+171=401 (53% of max value = 765). Red value is 10 (4.30% from 255 or 2.49% from 401); Green value is 220 (86.33% from 255 or 54.86% from 401); Blue value is 171 (67.19% from 255 or 42.64% from 401); Max value from RGB is 220 - color contains mainly: green. Hex color #0ADCAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ADCAB is #F52354. Grayscale: #979797. Windows color (decimal): -16065365 or 11262986. OLE color: 11262986.

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

Color convert

RGB 10 220 171 -
CMYK 0.95 0 0.22 0.14
HSL 166º 0.91% 0.45% -
HSV(B) 166º 0.95% 0.86% -
XYZ 33.07 54.19 47.25 -
YUV 151.62 138.93 26.98 -
System Red Green Blue C M Y K H S L
Decimal 10 220 171 0.95 0 0.22 0.14 166 0.91 0.45
Hex A DC AB 5F 0 16 E A6 5B 2D
Octal 12 334 253 137 0 26 16 246 133 55
Binary 1010 11011100 10101011 1011111 0 10110 1110 10100110 1011011 101101

Color Harmonies of #0ADCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ADCAB

Black with #0ADCAB

Text Example


Text Example

White with #0ADCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,220,171); }

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

background-color css

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

 a { background-color: rgb(10,220,171); }

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

border-color css

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

 span { border-color: rgb(10,220,171); }

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