Html Css Color HEX #1CADBA Light Sea Green

📋 copy color: '#1CADBA'

red 28 ◦ green 173 ◦ blue 186

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

Shades of Light Sea Green #1CADBA

Tints of Light Sea Green #1CADBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 48.06%

R = 7.24%
G = 44.7%
B = 48.06%

CMYK

 C value IS 0.85

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1CADBA (or 0x1CADBA) is known color: Light Sea Green. HEX triplet: 1C, AD and BA. RGB value is (28,173,186). Sum of RGB (Red+Green+Blue) = 28+173+186=387 (51% of max value = 765). Red value is 28 (11.33% from 255 or 7.24% from 387); Green value is 173 (67.97% from 255 or 44.70% from 387); Blue value is 186 (73.05% from 255 or 48.06% from 387); Max value from RGB is 186 - color contains mainly: blue. Hex color #1CADBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1CADBA is #E35245. Grayscale: #828282. Windows color (decimal): -14897734 or 12234012. OLE color: 12234012.

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

Color convert

RGB 28 173 186 -
CMYK 0.85 0.07 0 0.27
HSL 184.94º 0.74% 0.42% -
HSV(B) 184.94º 0.85% 0.73% -
XYZ 24.29 33.68 51.68 -
YUV 131.13 158.96 54.44 -
System Red Green Blue C M Y K H S L
Decimal 28 173 186 0.85 0.07 0 0.27 184.94 0.74 0.42
Hex 1C AD BA 55 7 0 1B B9 4A 2A
Octal 34 255 272 125 7 0 33 271 112 52
Binary 11100 10101101 10111010 1010101 111 0 11011 10111001 1001010 101010

Color Harmonies of #1CADBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CADBA

Black with #1CADBA

Text Example


Text Example

White with #1CADBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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