Html Css Color HEX #1CACAD Light Sea Green

📋 copy color: '#1CACAD'

red 28 ◦ green 172 ◦ blue 173

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

Shades of Light Sea Green #1CACAD

Tints of Light Sea Green #1CACAD

RGB

 RED value IS 28 (11.33% from 255) = 7.51%

 GREEN value IS 172 (67.58% from 255) = 46.11%

 BLUE value IS 173 (67.97% from 255) = 46.38%

R = 7.51%
G = 46.11%
B = 46.38%

CMYK

 C value IS 0.84

 M value IS 0.01

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1CACAD (or 0x1CACAD) is known color: Light Sea Green. HEX triplet: 1C, AC and AD. RGB value is (28,172,173). Sum of RGB (Red+Green+Blue) = 28+172+173=373 (49% of max value = 765). Red value is 28 (11.33% from 255 or 7.51% from 373); Green value is 172 (67.58% from 255 or 46.11% from 373); Blue value is 173 (67.97% from 255 or 46.38% from 373); Max value from RGB is 173 - color contains mainly: blue. Hex color #1CACAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1CACAD is #E35352. Grayscale: #808080. Windows color (decimal): -14898003 or 11381788. OLE color: 11381788.

HSL color Cylindrical-coordinate representation of color #1CACAD: hue angle of 180.41º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1CACAD is Cyan = 0.84, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 28 172 173 -
CMYK 0.84 0.01 0 0.32
HSL 180.41º 0.72% 0.39% -
HSV(B) 180.41º 0.84% 0.68% -
XYZ 22.77 32.77 44.66 -
YUV 129.06 152.79 55.92 -
System Red Green Blue C M Y K H S L
Decimal 28 172 173 0.84 0.01 0 0.32 180.41 0.72 0.39
Hex 1C AC AD 54 1 0 20 B4 48 27
Octal 34 254 255 124 1 0 40 264 110 47
Binary 11100 10101100 10101101 1010100 1 0 100000 10110100 1001000 100111

Color Harmonies of #1CACAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CACAD

Black with #1CACAD

Text Example


Text Example

White with #1CACAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,172,173); }

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

background-color css

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

 a { background-color: rgb(28,172,173); }

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

border-color css

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

 span { border-color: rgb(28,172,173); }

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