Html Css Color HEX #1ACABB Light Sea Green

📋 copy color: '#1ACABB'

red 26 ◦ green 202 ◦ blue 187

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

Shades of Light Sea Green #1ACABB

Tints of Light Sea Green #1ACABB

RGB

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

 GREEN value IS 202 (79.3% from 255) = 48.67%

 BLUE value IS 187 (73.44% from 255) = 45.06%

R = 6.27%
G = 48.67%
B = 45.06%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#1ACABB (or 0x1ACABB) is known color: Light Sea Green. HEX triplet: 1A, CA and BB. RGB value is (26,202,187). Sum of RGB (Red+Green+Blue) = 26+202+187=415 (54% of max value = 765). Red value is 26 (10.55% from 255 or 6.27% from 415); Green value is 202 (79.30% from 255 or 48.67% from 415); Blue value is 187 (73.44% from 255 or 45.06% from 415); Max value from RGB is 202 - color contains mainly: green. Hex color #1ACABB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ACABB is #E53544. Grayscale: #939393. Windows color (decimal): -15021381 or 12306970. OLE color: 12306970.

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

Color convert

RGB 26 202 187 -
CMYK 0.87 0 0.07 0.21
HSL 174.89º 0.77% 0.45% -
HSV(B) 174.89º 0.87% 0.79% -
XYZ 30.52 46.05 54.29 -
YUV 147.67 150.19 41.22 -
System Red Green Blue C M Y K H S L
Decimal 26 202 187 0.87 0 0.07 0.21 174.89 0.77 0.45
Hex 1A CA BB 57 0 7 15 AF 4D 2D
Octal 32 312 273 127 0 7 25 257 115 55
Binary 11010 11001010 10111011 1010111 0 111 10101 10101111 1001101 101101

Color Harmonies of #1ACABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ACABB

Black with #1ACABB

Text Example


Text Example

White with #1ACABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,202,187); }

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

background-color css

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

 a { background-color: rgb(26,202,187); }

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

border-color css

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

 span { border-color: rgb(26,202,187); }

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