Html Css Color HEX #0ACD9D Caribbean Green

📋 copy color: '#0ACD9D'

red 10 ◦ green 205 ◦ blue 157

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

Shades of Caribbean Green #0ACD9D

Tints of Caribbean Green #0ACD9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 42.2%

R = 2.69%
G = 55.11%
B = 42.2%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.23

 K value IS 0.20

RGB Variations

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

Color information

#0ACD9D (or 0x0ACD9D) is known color: Caribbean Green. HEX triplet: 0A, CD and 9D. RGB value is (10,205,157). Sum of RGB (Red+Green+Blue) = 10+205+157=372 (49% of max value = 765). Red value is 10 (4.30% from 255 or 2.69% from 372); Green value is 205 (80.47% from 255 or 55.11% from 372); Blue value is 157 (61.72% from 255 or 42.20% from 372); Max value from RGB is 205 - color contains mainly: green. Hex color #0ACD9D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ACD9D is #F53262. Grayscale: #8D8D8D. Windows color (decimal): -16069219 or 10341642. OLE color: 10341642.

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

Color convert

RGB 10 205 157 -
CMYK 0.95 0 0.23 0.20
HSL 165.23º 0.91% 0.42% -
HSV(B) 165.23º 0.95% 0.8% -
XYZ 28.04 46.16 39.33 -
YUV 141.22 136.9 34.4 -
System Red Green Blue C M Y K H S L
Decimal 10 205 157 0.95 0 0.23 0.20 165.23 0.91 0.42
Hex A CD 9D 5F 0 17 14 A5 5B 2A
Octal 12 315 235 137 0 27 24 245 133 52
Binary 1010 11001101 10011101 1011111 0 10111 10100 10100101 1011011 101010

Color Harmonies of #0ACD9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ACD9D

Black with #0ACD9D

Text Example


Text Example

White with #0ACD9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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