Html Css Color HEX #13CCB2 Light Sea Green

📋 copy color: '#13CCB2'

red 19 ◦ green 204 ◦ blue 178

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

Shades of Light Sea Green #13CCB2

Tints of Light Sea Green #13CCB2

RGB

 RED value IS 19 (7.81% from 255) = 4.74%

 GREEN value IS 204 (80.08% from 255) = 50.87%

 BLUE value IS 178 (69.92% from 255) = 44.39%

R = 4.74%
G = 50.87%
B = 44.39%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.13

 K value IS 0.2

RGB Variations

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

Color information

#13CCB2 (or 0x13CCB2) is known color: Light Sea Green. HEX triplet: 13, CC and B2. RGB value is (19,204,178). Sum of RGB (Red+Green+Blue) = 19+204+178=401 (53% of max value = 765). Red value is 19 (7.81% from 255 or 4.74% from 401); Green value is 204 (80.08% from 255 or 50.87% from 401); Blue value is 178 (69.92% from 255 or 44.39% from 401); Max value from RGB is 204 - color contains mainly: green. Hex color #13CCB2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13CCB2 is #EC334D. Grayscale: #919191. Windows color (decimal): -15479630 or 11717651. OLE color: 11717651.

HSL color Cylindrical-coordinate representation of color #13CCB2: hue angle of 171.57º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13CCB2 is Cyan = 0.91, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.2.

Color convert

RGB 19 204 178 -
CMYK 0.91 0 0.13 0.2
HSL 171.57º 0.83% 0.44% -
HSV(B) 171.57º 0.91% 0.8% -
XYZ 29.9 46.54 49.53 -
YUV 145.72 146.21 37.61 -
System Red Green Blue C M Y K H S L
Decimal 19 204 178 0.91 0 0.13 0.2 171.57 0.83 0.44
Hex 13 CC B2 5B 0 D 14 AC 53 2C
Octal 23 314 262 133 0 15 24 254 123 54
Binary 10011 11001100 10110010 1011011 0 1101 10100 10101100 1010011 101100

Color Harmonies of #13CCB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13CCB2

Black with #13CCB2

Text Example


Text Example

White with #13CCB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13CCB2; }

 p { color: rgb(19,204,178); }

 H1.HeaderClassName
 {
   color: #13CCB2;
 }
 .AnyTagClassName
 {
   color: #13CCB2;
 }
</style>

background-color css

<style>
 a { background-color: #13CCB2; }

 a { background-color: rgb(19,204,178); }

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

border-color css

<style>
 span { border-color: #13CCB2; }

 span { border-color: rgb(19,204,178); }

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