Html Css Color HEX #0ACDA6 Caribbean Green

📋 copy color: '#0ACDA6'

red 10 ◦ green 205 ◦ blue 166

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

Shades of Caribbean Green #0ACDA6

Tints of Caribbean Green #0ACDA6

RGB

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

 GREEN value IS 205 (80.47% from 255) = 53.81%

 BLUE value IS 166 (65.23% from 255) = 43.57%

R = 2.62%
G = 53.81%
B = 43.57%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.19

 K value IS 0.20

RGB Variations

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

Color information

#0ACDA6 (or 0x0ACDA6) is known color: Caribbean Green. HEX triplet: 0A, CD and A6. RGB value is (10,205,166). Sum of RGB (Red+Green+Blue) = 10+205+166=381 (50% of max value = 765). Red value is 10 (4.30% from 255 or 2.62% from 381); Green value is 205 (80.47% from 255 or 53.81% from 381); Blue value is 166 (65.23% from 255 or 43.57% from 381); Max value from RGB is 205 - color contains mainly: green. Hex color #0ACDA6 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ACDA6 is #F53259. Grayscale: #8E8E8E. Windows color (decimal): -16069210 or 10931466. OLE color: 10931466.

HSL color Cylindrical-coordinate representation of color #0ACDA6: hue angle of 168º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ACDA6 is Cyan = 0.95, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.

Color convert

RGB 10 205 166 -
CMYK 0.95 0 0.19 0.20
HSL 168º 0.91% 0.42% -
HSV(B) 168º 0.95% 0.8% -
XYZ 28.84 46.48 43.53 -
YUV 142.25 141.4 33.67 -
System Red Green Blue C M Y K H S L
Decimal 10 205 166 0.95 0 0.19 0.20 168 0.91 0.42
Hex A CD A6 5F 0 13 14 A8 5B 2A
Octal 12 315 246 137 0 23 24 250 133 52
Binary 1010 11001101 10100110 1011111 0 10011 10100 10101000 1011011 101010

Color Harmonies of #0ACDA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ACDA6

Black with #0ACDA6

Text Example


Text Example

White with #0ACDA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,205,166); }

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

background-color css

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

 a { background-color: rgb(10,205,166); }

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

border-color css

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

 span { border-color: rgb(10,205,166); }

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