Html Css Color HEX #0ADCB4 Caribbean Green

📋 copy color: '#0ADCB4'

red 10 ◦ green 220 ◦ blue 180

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

Shades of Caribbean Green #0ADCB4

Tints of Caribbean Green #0ADCB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 43.9%

R = 2.44%
G = 53.66%
B = 43.9%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#0ADCB4 (or 0x0ADCB4) is known color: Caribbean Green. HEX triplet: 0A, DC and B4. RGB value is (10,220,180). Sum of RGB (Red+Green+Blue) = 10+220+180=410 (54% of max value = 765). Red value is 10 (4.30% from 255 or 2.44% from 410); Green value is 220 (86.33% from 255 or 53.66% from 410); Blue value is 180 (70.70% from 255 or 43.90% from 410); Max value from RGB is 220 - color contains mainly: green. Hex color #0ADCB4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ADCB4 is #F5234B. Grayscale: #989898. Windows color (decimal): -16065356 or 11852810. OLE color: 11852810.

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

Color convert

RGB 10 220 180 -
CMYK 0.95 0 0.18 0.14
HSL 168.57º 0.91% 0.45% -
HSV(B) 168.57º 0.95% 0.86% -
XYZ 33.96 54.55 51.92 -
YUV 152.65 143.43 26.25 -
System Red Green Blue C M Y K H S L
Decimal 10 220 180 0.95 0 0.18 0.14 168.57 0.91 0.45
Hex A DC B4 5F 0 12 E A9 5B 2D
Octal 12 334 264 137 0 22 16 251 133 55
Binary 1010 11011100 10110100 1011111 0 10010 1110 10101001 1011011 101101

Color Harmonies of #0ADCB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ADCB4

Black with #0ADCB4

Text Example


Text Example

White with #0ADCB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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