Html Css Color HEX #1CADB3 Light Sea Green

📋 copy color: '#1CADB3'

red 28 ◦ green 173 ◦ blue 179

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

Shades of Light Sea Green #1CADB3

Tints of Light Sea Green #1CADB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 47.11%

R = 7.37%
G = 45.53%
B = 47.11%

CMYK

 C value IS 0.84

 M value IS 0.03

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#1CADB3 (or 0x1CADB3) is known color: Light Sea Green. HEX triplet: 1C, AD and B3. RGB value is (28,173,179). Sum of RGB (Red+Green+Blue) = 28+173+179=380 (50% of max value = 765). Red value is 28 (11.33% from 255 or 7.37% from 380); Green value is 173 (67.97% from 255 or 45.53% from 380); Blue value is 179 (70.31% from 255 or 47.11% from 380); Max value from RGB is 179 - color contains mainly: blue. Hex color #1CADB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1CADB3 is #E3524C. Grayscale: #828282. Windows color (decimal): -14897741 or 11775260. OLE color: 11775260.

HSL color Cylindrical-coordinate representation of color #1CADB3: hue angle of 182.38º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1CADB3 is Cyan = 0.84, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 28 173 179 -
CMYK 0.84 0.03 0 0.30
HSL 182.38º 0.73% 0.41% -
HSV(B) 182.38º 0.84% 0.7% -
XYZ 23.56 33.39 47.85 -
YUV 130.33 155.46 55.01 -
System Red Green Blue C M Y K H S L
Decimal 28 173 179 0.84 0.03 0 0.30 182.38 0.73 0.41
Hex 1C AD B3 54 3 0 1E B6 49 29
Octal 34 255 263 124 3 0 36 266 111 51
Binary 11100 10101101 10110011 1010100 11 0 11110 10110110 1001001 101001

Color Harmonies of #1CADB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CADB3

Black with #1CADB3

Text Example


Text Example

White with #1CADB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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