Html Css Color HEX #0ACC8E Caribbean Green

📋 copy color: '#0ACC8E'

red 10 ◦ green 204 ◦ blue 142

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

Shades of Caribbean Green #0ACC8E

Tints of Caribbean Green #0ACC8E

RGB

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

 GREEN value IS 204 (80.08% from 255) = 57.3%

 BLUE value IS 142 (55.86% from 255) = 39.89%

R = 2.81%
G = 57.3%
B = 39.89%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.30

 K value IS 0.2

RGB Variations

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

Color information

#0ACC8E (or 0x0ACC8E) is known color: Caribbean Green. HEX triplet: 0A, CC and 8E. RGB value is (10,204,142). Sum of RGB (Red+Green+Blue) = 10+204+142=356 (47% of max value = 765). Red value is 10 (4.30% from 255 or 2.81% from 356); Green value is 204 (80.08% from 255 or 57.30% from 356); Blue value is 142 (55.86% from 255 or 39.89% from 356); Max value from RGB is 204 - color contains mainly: green. Hex color #0ACC8E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ACC8E is #F53371. Grayscale: #8A8A8A. Windows color (decimal): -16069490 or 9358346. OLE color: 9358346.

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

Color convert

RGB 10 204 142 -
CMYK 0.95 0 0.30 0.2
HSL 160.82º 0.91% 0.42% -
HSV(B) 160.82º 0.95% 0.8% -
XYZ 26.6 45.2 32.91 -
YUV 138.93 129.73 36.04 -
System Red Green Blue C M Y K H S L
Decimal 10 204 142 0.95 0 0.30 0.2 160.82 0.91 0.42
Hex A CC 8E 5F 0 1E 14 A1 5B 2A
Octal 12 314 216 137 0 36 24 241 133 52
Binary 1010 11001100 10001110 1011111 0 11110 10100 10100001 1011011 101010

Color Harmonies of #0ACC8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ACC8E

Black with #0ACC8E

Text Example


Text Example

White with #0ACC8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,204,142); }

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

background-color css

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

 a { background-color: rgb(10,204,142); }

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

border-color css

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

 span { border-color: rgb(10,204,142); }

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