Html Css Color HEX #1CBBC1 Light Sea Green

📋 copy color: '#1CBBC1'

red 28 ◦ green 187 ◦ blue 193

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

Shades of Light Sea Green #1CBBC1

Tints of Light Sea Green #1CBBC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 47.3%

R = 6.86%
G = 45.83%
B = 47.3%

CMYK

 C value IS 0.85

 M value IS 0.03

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#1CBBC1 (or 0x1CBBC1) is known color: Light Sea Green. HEX triplet: 1C, BB and C1. RGB value is (28,187,193). Sum of RGB (Red+Green+Blue) = 28+187+193=408 (54% of max value = 765). Red value is 28 (11.33% from 255 or 6.86% from 408); Green value is 187 (73.44% from 255 or 45.83% from 408); Blue value is 193 (75.78% from 255 or 47.30% from 408); Max value from RGB is 193 - color contains mainly: blue. Hex color #1CBBC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CBBC1 is #E3443E. Grayscale: #8B8B8B. Windows color (decimal): -14894143 or 12696348. OLE color: 12696348.

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

Color convert

RGB 28 187 193 -
CMYK 0.85 0.03 0 0.24
HSL 182.18º 0.75% 0.43% -
HSV(B) 182.18º 0.85% 0.76% -
XYZ 27.87 39.64 56.63 -
YUV 140.14 157.82 48.01 -
System Red Green Blue C M Y K H S L
Decimal 28 187 193 0.85 0.03 0 0.24 182.18 0.75 0.43
Hex 1C BB C1 55 3 0 18 B6 4B 2B
Octal 34 273 301 125 3 0 30 266 113 53
Binary 11100 10111011 11000001 1010101 11 0 11000 10110110 1001011 101011

Color Harmonies of #1CBBC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CBBC1

Black with #1CBBC1

Text Example


Text Example

White with #1CBBC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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