Html Css Color HEX #1CBBA5 Light Sea Green

📋 copy color: '#1CBBA5'

red 28 ◦ green 187 ◦ blue 165

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

Shades of Light Sea Green #1CBBA5

Tints of Light Sea Green #1CBBA5

RGB

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

 GREEN value IS 187 (73.44% from 255) = 49.21%

 BLUE value IS 165 (64.84% from 255) = 43.42%

R = 7.37%
G = 49.21%
B = 43.42%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#1CBBA5 (or 0x1CBBA5) is known color: Light Sea Green. HEX triplet: 1C, BB and A5. RGB value is (28,187,165). Sum of RGB (Red+Green+Blue) = 28+187+165=380 (50% of max value = 765). Red value is 28 (11.33% from 255 or 7.37% from 380); Green value is 187 (73.44% from 255 or 49.21% from 380); Blue value is 165 (64.84% from 255 or 43.42% from 380); Max value from RGB is 187 - color contains mainly: green. Hex color #1CBBA5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CBBA5 is #E3445A. Grayscale: #888888. Windows color (decimal): -14894171 or 10861340. OLE color: 10861340.

HSL color Cylindrical-coordinate representation of color #1CBBA5: hue angle of 171.7º 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 #1CBBA5 is Cyan = 0.85, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.27.

Color convert

RGB 28 187 165 -
CMYK 0.85 0 0.12 0.27
HSL 171.7º 0.74% 0.42% -
HSV(B) 171.7º 0.85% 0.73% -
XYZ 25.04 38.5 41.71 -
YUV 136.95 143.82 50.29 -
System Red Green Blue C M Y K H S L
Decimal 28 187 165 0.85 0 0.12 0.27 171.7 0.74 0.42
Hex 1C BB A5 55 0 C 1B AC 4A 2A
Octal 34 273 245 125 0 14 33 254 112 52
Binary 11100 10111011 10100101 1010101 0 1100 11011 10101100 1001010 101010

Color Harmonies of #1CBBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CBBA5

Black with #1CBBA5

Text Example


Text Example

White with #1CBBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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