Html Css Color HEX #1ACABC Light Sea Green

📋 copy color: '#1ACABC'

red 26 ◦ green 202 ◦ blue 188

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

Shades of Light Sea Green #1ACABC

Tints of Light Sea Green #1ACABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 45.19%

R = 6.25%
G = 48.56%
B = 45.19%

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

#1ACABC (or 0x1ACABC) is known color: Light Sea Green. HEX triplet: 1A, CA and BC. RGB value is (26,202,188). Sum of RGB (Red+Green+Blue) = 26+202+188=416 (55% of max value = 765). Red value is 26 (10.55% from 255 or 6.25% from 416); Green value is 202 (79.30% from 255 or 48.56% from 416); Blue value is 188 (73.83% from 255 or 45.19% from 416); Max value from RGB is 202 - color contains mainly: green. Hex color #1ACABC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ACABC is #E53543. Grayscale: #939393. Windows color (decimal): -15021380 or 12372506. OLE color: 12372506.

HSL color Cylindrical-coordinate representation of color #1ACABC: hue angle of 175.23º 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 #1ACABC is Cyan = 0.87, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB 26 202 188 -
CMYK 0.87 0 0.07 0.21
HSL 175.23º 0.77% 0.45% -
HSV(B) 175.23º 0.87% 0.79% -
XYZ 30.62 46.09 54.86 -
YUV 147.78 150.69 41.14 -
System Red Green Blue C M Y K H S L
Decimal 26 202 188 0.87 0 0.07 0.21 175.23 0.77 0.45
Hex 1A CA BC 57 0 7 15 AF 4D 2D
Octal 32 312 274 127 0 7 25 257 115 55
Binary 11010 11001010 10111100 1010111 0 111 10101 10101111 1001101 101101

Color Harmonies of #1ACABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ACABC

Black with #1ACABC

Text Example


Text Example

White with #1ACABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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