Html Css Color HEX #1CADB6 Light Sea Green

📋 copy color: '#1CADB6'

red 28 ◦ green 173 ◦ blue 182

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

Shades of Light Sea Green #1CADB6

Tints of Light Sea Green #1CADB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 47.52%

R = 7.31%
G = 45.17%
B = 47.52%

CMYK

 C value IS 0.85

 M value IS 0.05

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#1CADB6 (or 0x1CADB6) is known color: Light Sea Green. HEX triplet: 1C, AD and B6. RGB value is (28,173,182). Sum of RGB (Red+Green+Blue) = 28+173+182=383 (50% of max value = 765). Red value is 28 (11.33% from 255 or 7.31% from 383); Green value is 173 (67.97% from 255 or 45.17% from 383); Blue value is 182 (71.48% from 255 or 47.52% from 383); Max value from RGB is 182 - color contains mainly: blue. Hex color #1CADB6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1CADB6 is #E35249. Grayscale: #828282. Windows color (decimal): -14897738 or 11971868. OLE color: 11971868.

HSL color Cylindrical-coordinate representation of color #1CADB6: hue angle of 183.51º 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 #1CADB6 is Cyan = 0.85, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 28 173 182 -
CMYK 0.85 0.05 0 0.29
HSL 183.51º 0.73% 0.41% -
HSV(B) 183.51º 0.85% 0.71% -
XYZ 23.87 33.51 49.47 -
YUV 130.67 156.96 54.77 -
System Red Green Blue C M Y K H S L
Decimal 28 173 182 0.85 0.05 0 0.29 183.51 0.73 0.41
Hex 1C AD B6 55 5 0 1D B8 49 29
Octal 34 255 266 125 5 0 35 270 111 51
Binary 11100 10101101 10110110 1010101 101 0 11101 10111000 1001001 101001

Color Harmonies of #1CADB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CADB6

Black with #1CADB6

Text Example


Text Example

White with #1CADB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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