Html Css Color HEX #1CADBC Light Sea Green

📋 copy color: '#1CADBC'

red 28 ◦ green 173 ◦ blue 188

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

Shades of Light Sea Green #1CADBC

Tints of Light Sea Green #1CADBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 48.33%

R = 7.2%
G = 44.47%
B = 48.33%

CMYK

 C value IS 0.85

 M value IS 0.08

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1CADBC (or 0x1CADBC) is known color: Light Sea Green. HEX triplet: 1C, AD and BC. RGB value is (28,173,188). Sum of RGB (Red+Green+Blue) = 28+173+188=389 (51% of max value = 765). Red value is 28 (11.33% from 255 or 7.20% from 389); Green value is 173 (67.97% from 255 or 44.47% from 389); Blue value is 188 (73.83% from 255 or 48.33% from 389); Max value from RGB is 188 - color contains mainly: blue. Hex color #1CADBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1CADBC is #E35243. Grayscale: #838383. Windows color (decimal): -14897732 or 12365084. OLE color: 12365084.

HSL color Cylindrical-coordinate representation of color #1CADBC: hue angle of 185.62º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CADBC is Cyan = 0.85, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 28 173 188 -
CMYK 0.85 0.08 0 0.26
HSL 185.63º 0.74% 0.42% -
HSV(B) 185.63º 0.85% 0.74% -
XYZ 24.5 33.76 52.8 -
YUV 131.36 159.96 54.28 -
System Red Green Blue C M Y K H S L
Decimal 28 173 188 0.85 0.08 0 0.26 185.63 0.74 0.42
Hex 1C AD BC 55 8 0 1A BA 4A 2A
Octal 34 255 274 125 10 0 32 272 112 52
Binary 11100 10101101 10111100 1010101 1000 0 11010 10111010 1001010 101010

Color Harmonies of #1CADBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CADBC

Black with #1CADBC

Text Example


Text Example

White with #1CADBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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