Html Css Color HEX #1ACEA3 Caribbean Green

📋 copy color: '#1ACEA3'

red 26 ◦ green 206 ◦ blue 163

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

Shades of Caribbean Green #1ACEA3

Tints of Caribbean Green #1ACEA3

RGB

 RED value IS 26 (10.55% from 255) = 6.58%

 GREEN value IS 206 (80.86% from 255) = 52.15%

 BLUE value IS 163 (64.06% from 255) = 41.27%

R = 6.58%
G = 52.15%
B = 41.27%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.21

 K value IS 0.19

RGB Variations

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

Color information

#1ACEA3 (or 0x1ACEA3) is known color: Caribbean Green. HEX triplet: 1A, CE and A3. RGB value is (26,206,163). Sum of RGB (Red+Green+Blue) = 26+206+163=395 (52% of max value = 765). Red value is 26 (10.55% from 255 or 6.58% from 395); Green value is 206 (80.86% from 255 or 52.15% from 395); Blue value is 163 (64.06% from 255 or 41.27% from 395); Max value from RGB is 206 - color contains mainly: green. Hex color #1ACEA3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ACEA3 is #E5315C. Grayscale: #939393. Windows color (decimal): -15020381 or 10735130. OLE color: 10735130.

HSL color Cylindrical-coordinate representation of color #1ACEA3: hue angle of 165.67º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1ACEA3 is Cyan = 0.87, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.

Color convert

RGB 26 206 163 -
CMYK 0.87 0 0.21 0.19
HSL 165.67º 0.78% 0.45% -
HSV(B) 165.67º 0.87% 0.81% -
XYZ 29.11 47.01 42.19 -
YUV 147.28 136.87 41.5 -
System Red Green Blue C M Y K H S L
Decimal 26 206 163 0.87 0 0.21 0.19 165.67 0.78 0.45
Hex 1A CE A3 57 0 15 13 A6 4E 2D
Octal 32 316 243 127 0 25 23 246 116 55
Binary 11010 11001110 10100011 1010111 0 10101 10011 10100110 1001110 101101

Color Harmonies of #1ACEA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ACEA3

Black with #1ACEA3

Text Example


Text Example

White with #1ACEA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1ACEA3; }

 p { color: rgb(26,206,163); }

 H1.HeaderClassName
 {
   color: #1ACEA3;
 }
 .AnyTagClassName
 {
   color: #1ACEA3;
 }
</style>

background-color css

<style>
 a { background-color: #1ACEA3; }

 a { background-color: rgb(26,206,163); }

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

border-color css

<style>
 span { border-color: #1ACEA3; }

 span { border-color: rgb(26,206,163); }

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