Html Css Color HEX #1CACB7 Light Sea Green

📋 copy color: '#1CACB7'

red 28 ◦ green 172 ◦ blue 183

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

Shades of Light Sea Green #1CACB7

Tints of Light Sea Green #1CACB7

RGB

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

 GREEN value IS 172 (67.58% from 255) = 44.91%

 BLUE value IS 183 (71.88% from 255) = 47.78%

R = 7.31%
G = 44.91%
B = 47.78%

CMYK

 C value IS 0.85

 M value IS 0.06

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#1CACB7 (or 0x1CACB7) is known color: Light Sea Green. HEX triplet: 1C, AC and B7. RGB value is (28,172,183). Sum of RGB (Red+Green+Blue) = 28+172+183=383 (50% of max value = 765). Red value is 28 (11.33% from 255 or 7.31% from 383); Green value is 172 (67.58% from 255 or 44.91% from 383); Blue value is 183 (71.88% from 255 or 47.78% from 383); Max value from RGB is 183 - color contains mainly: blue. Hex color #1CACB7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1CACB7 is #E35348. Grayscale: #828282. Windows color (decimal): -14897993 or 12037148. OLE color: 12037148.

HSL color Cylindrical-coordinate representation of color #1CACB7: hue angle of 184.26º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CACB7 is Cyan = 0.85, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 28 172 183 -
CMYK 0.85 0.06 0 0.28
HSL 184.26º 0.73% 0.41% -
HSV(B) 184.26º 0.85% 0.72% -
XYZ 23.78 33.17 49.95 -
YUV 130.2 157.79 55.11 -
System Red Green Blue C M Y K H S L
Decimal 28 172 183 0.85 0.06 0 0.28 184.26 0.73 0.41
Hex 1C AC B7 55 6 0 1C B8 49 29
Octal 34 254 267 125 6 0 34 270 111 51
Binary 11100 10101100 10110111 1010101 110 0 11100 10111000 1001001 101001

Color Harmonies of #1CACB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CACB7

Black with #1CACB7

Text Example


Text Example

White with #1CACB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,172,183); }

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

background-color css

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

 a { background-color: rgb(28,172,183); }

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

border-color css

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

 span { border-color: rgb(28,172,183); }

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