Html Css Color HEX #1CADB5 Light Sea Green

📋 copy color: '#1CADB5'

red 28 ◦ green 173 ◦ blue 181

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

Shades of Light Sea Green #1CADB5

Tints of Light Sea Green #1CADB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 47.38%

R = 7.33%
G = 45.29%
B = 47.38%

CMYK

 C value IS 0.85

 M value IS 0.04

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#1CADB5 (or 0x1CADB5) is known color: Light Sea Green. HEX triplet: 1C, AD and B5. RGB value is (28,173,181). Sum of RGB (Red+Green+Blue) = 28+173+181=382 (50% of max value = 765). Red value is 28 (11.33% from 255 or 7.33% from 382); Green value is 173 (67.97% from 255 or 45.29% from 382); Blue value is 181 (71.09% from 255 or 47.38% from 382); Max value from RGB is 181 - color contains mainly: blue. Hex color #1CADB5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1CADB5 is #E3524A. Grayscale: #828282. Windows color (decimal): -14897739 or 11906332. OLE color: 11906332.

HSL color Cylindrical-coordinate representation of color #1CADB5: hue angle of 183.14º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CADB5 is Cyan = 0.85, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 28 173 181 -
CMYK 0.85 0.04 0 0.29
HSL 183.14º 0.73% 0.41% -
HSV(B) 183.14º 0.85% 0.71% -
XYZ 23.76 33.47 48.92 -
YUV 130.56 156.46 54.85 -
System Red Green Blue C M Y K H S L
Decimal 28 173 181 0.85 0.04 0 0.29 183.14 0.73 0.41
Hex 1C AD B5 55 4 0 1D B7 49 29
Octal 34 255 265 125 4 0 35 267 111 51
Binary 11100 10101101 10110101 1010101 100 0 11101 10110111 1001001 101001

Color Harmonies of #1CADB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CADB5

Black with #1CADB5

Text Example


Text Example

White with #1CADB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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