Html Css Color HEX #1CA5AF Light Sea Green

📋 copy color: '#1CA5AF'

red 28 ◦ green 165 ◦ blue 175

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

Shades of Light Sea Green #1CA5AF

Tints of Light Sea Green #1CA5AF

RGB

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

 GREEN value IS 165 (64.84% from 255) = 44.84%

 BLUE value IS 175 (68.75% from 255) = 47.55%

R = 7.61%
G = 44.84%
B = 47.55%

CMYK

 C value IS 0.84

 M value IS 0.06

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1CA5AF (or 0x1CA5AF) is known color: Light Sea Green. HEX triplet: 1C, A5 and AF. RGB value is (28,165,175). Sum of RGB (Red+Green+Blue) = 28+165+175=368 (48% of max value = 765). Red value is 28 (11.33% from 255 or 7.61% from 368); Green value is 165 (64.84% from 255 or 44.84% from 368); Blue value is 175 (68.75% from 255 or 47.55% from 368); Max value from RGB is 175 - color contains mainly: blue. Hex color #1CA5AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1CA5AF is #E35A50. Grayscale: #7D7D7D. Windows color (decimal): -14899793 or 11511068. OLE color: 11511068.

HSL color Cylindrical-coordinate representation of color #1CA5AF: hue angle of 184.08º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1CA5AF is Cyan = 0.84, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 28 165 175 -
CMYK 0.84 0.06 0 0.31
HSL 184.08º 0.72% 0.4% -
HSV(B) 184.08º 0.84% 0.69% -
XYZ 21.67 30.25 45.25 -
YUV 125.18 156.11 58.69 -
System Red Green Blue C M Y K H S L
Decimal 28 165 175 0.84 0.06 0 0.31 184.08 0.72 0.4
Hex 1C A5 AF 54 6 0 1F B8 48 28
Octal 34 245 257 124 6 0 37 270 110 50
Binary 11100 10100101 10101111 1010100 110 0 11111 10111000 1001000 101000

Color Harmonies of #1CA5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CA5AF

Black with #1CA5AF

Text Example


Text Example

White with #1CA5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,165,175); }

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

background-color css

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

 a { background-color: rgb(28,165,175); }

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

border-color css

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

 span { border-color: rgb(28,165,175); }

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