Html Css Color HEX #1CAFBE Light Sea Green

📋 copy color: '#1CAFBE'

red 28 ◦ green 175 ◦ blue 190

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

Shades of Light Sea Green #1CAFBE

Tints of Light Sea Green #1CAFBE

RGB

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

 GREEN value IS 175 (68.75% from 255) = 44.53%

 BLUE value IS 190 (74.61% from 255) = 48.35%

R = 7.12%
G = 44.53%
B = 48.35%

CMYK

 C value IS 0.85

 M value IS 0.08

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1CAFBE (or 0x1CAFBE) is known color: Light Sea Green. HEX triplet: 1C, AF and BE. RGB value is (28,175,190). Sum of RGB (Red+Green+Blue) = 28+175+190=393 (52% of max value = 765). Red value is 28 (11.33% from 255 or 7.12% from 393); Green value is 175 (68.75% from 255 or 44.53% from 393); Blue value is 190 (74.61% from 255 or 48.35% from 393); Max value from RGB is 190 - color contains mainly: blue. Hex color #1CAFBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1CAFBE is #E35041. Grayscale: #848484. Windows color (decimal): -14897218 or 12496668. OLE color: 12496668.

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

Color convert

RGB 28 175 190 -
CMYK 0.85 0.08 0 0.25
HSL 185.56º 0.74% 0.43% -
HSV(B) 185.56º 0.85% 0.75% -
XYZ 25.1 34.62 54.08 -
YUV 132.76 160.3 53.28 -
System Red Green Blue C M Y K H S L
Decimal 28 175 190 0.85 0.08 0 0.25 185.56 0.74 0.43
Hex 1C AF BE 55 8 0 19 BA 4A 2B
Octal 34 257 276 125 10 0 31 272 112 53
Binary 11100 10101111 10111110 1010101 1000 0 11001 10111010 1001010 101011

Color Harmonies of #1CAFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CAFBE

Black with #1CAFBE

Text Example


Text Example

White with #1CAFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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