Html Css Color HEX #0ACD8C Caribbean Green

📋 copy color: '#0ACD8C'

red 10 ◦ green 205 ◦ blue 140

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

Shades of Caribbean Green #0ACD8C

Tints of Caribbean Green #0ACD8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 39.44%

R = 2.82%
G = 57.75%
B = 39.44%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.32

 K value IS 0.20

RGB Variations

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

Color information

#0ACD8C (or 0x0ACD8C) is known color: Caribbean Green. HEX triplet: 0A, CD and 8C. RGB value is (10,205,140). Sum of RGB (Red+Green+Blue) = 10+205+140=355 (47% of max value = 765). Red value is 10 (4.30% from 255 or 2.82% from 355); Green value is 205 (80.47% from 255 or 57.75% from 355); Blue value is 140 (55.08% from 255 or 39.44% from 355); Max value from RGB is 205 - color contains mainly: green. Hex color #0ACD8C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ACD8C is #F53273. Grayscale: #8B8B8B. Windows color (decimal): -16069236 or 9227530. OLE color: 9227530.

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

Color convert

RGB 10 205 140 -
CMYK 0.95 0 0.32 0.20
HSL 160º 0.91% 0.42% -
HSV(B) 160º 0.95% 0.8% -
XYZ 26.69 45.62 32.21 -
YUV 139.29 128.4 35.79 -
System Red Green Blue C M Y K H S L
Decimal 10 205 140 0.95 0 0.32 0.20 160 0.91 0.42
Hex A CD 8C 5F 0 20 14 A0 5B 2A
Octal 12 315 214 137 0 40 24 240 133 52
Binary 1010 11001101 10001100 1011111 0 100000 10100 10100000 1011011 101010

Color Harmonies of #0ACD8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ACD8C

Black with #0ACD8C

Text Example


Text Example

White with #0ACD8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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