Html Css Color HEX #1CADA8 Light Sea Green

📋 copy color: '#1CADA8'

red 28 ◦ green 173 ◦ blue 168

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

Shades of Light Sea Green #1CADA8

Tints of Light Sea Green #1CADA8

RGB

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

 GREEN value IS 173 (67.97% from 255) = 46.88%

 BLUE value IS 168 (66.02% from 255) = 45.53%

R = 7.59%
G = 46.88%
B = 45.53%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.03

 K value IS 0.32

RGB Variations

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

Color information

#1CADA8 (or 0x1CADA8) is known color: Light Sea Green. HEX triplet: 1C, AD and A8. RGB value is (28,173,168). Sum of RGB (Red+Green+Blue) = 28+173+168=369 (48% of max value = 765). Red value is 28 (11.33% from 255 or 7.59% from 369); Green value is 173 (67.97% from 255 or 46.88% from 369); Blue value is 168 (66.02% from 255 or 45.53% from 369); Max value from RGB is 173 - color contains mainly: green. Hex color #1CADA8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1CADA8 is #E35257. Grayscale: #808080. Windows color (decimal): -14897752 or 11054364. OLE color: 11054364.

HSL color Cylindrical-coordinate representation of color #1CADA8: hue angle of 177.93º 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 #1CADA8 is Cyan = 0.84, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.32.

Color convert

RGB 28 173 168 -
CMYK 0.84 0 0.03 0.32
HSL 177.93º 0.72% 0.39% -
HSV(B) 177.93º 0.84% 0.68% -
XYZ 22.49 32.96 42.22 -
YUV 129.08 149.96 55.91 -
System Red Green Blue C M Y K H S L
Decimal 28 173 168 0.84 0 0.03 0.32 177.93 0.72 0.39
Hex 1C AD A8 54 0 3 20 B2 48 27
Octal 34 255 250 124 0 3 40 262 110 47
Binary 11100 10101101 10101000 1010100 0 11 100000 10110010 1001000 100111

Color Harmonies of #1CADA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CADA8

Black with #1CADA8

Text Example


Text Example

White with #1CADA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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