Html Css Color HEX #14CCB3 Light Sea Green

📋 copy color: '#14CCB3'

red 20 ◦ green 204 ◦ blue 179

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

Shades of Light Sea Green #14CCB3

Tints of Light Sea Green #14CCB3

RGB

 RED value IS 20 (8.2% from 255) = 4.96%

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

 BLUE value IS 179 (70.31% from 255) = 44.42%

R = 4.96%
G = 50.62%
B = 44.42%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.12

 K value IS 0.2

RGB Variations

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

Color information

#14CCB3 (or 0x14CCB3) is known color: Light Sea Green. HEX triplet: 14, CC and B3. RGB value is (20,204,179). Sum of RGB (Red+Green+Blue) = 20+204+179=403 (53% of max value = 765). Red value is 20 (8.20% from 255 or 4.96% from 403); Green value is 204 (80.08% from 255 or 50.62% from 403); Blue value is 179 (70.31% from 255 or 44.42% from 403); Max value from RGB is 204 - color contains mainly: green. Hex color #14CCB3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14CCB3 is #EB334C. Grayscale: #929292. Windows color (decimal): -15414093 or 11783188. OLE color: 11783188.

HSL color Cylindrical-coordinate representation of color #14CCB3: hue angle of 171.85º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14CCB3 is Cyan = 0.90, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.2.

Color convert

RGB 20 204 179 -
CMYK 0.90 0 0.12 0.2
HSL 171.85º 0.82% 0.44% -
HSV(B) 171.85º 0.9% 0.8% -
XYZ 30.02 46.59 50.06 -
YUV 146.13 146.54 38.03 -
System Red Green Blue C M Y K H S L
Decimal 20 204 179 0.90 0 0.12 0.2 171.85 0.82 0.44
Hex 14 CC B3 5A 0 C 14 AC 52 2C
Octal 24 314 263 132 0 14 24 254 122 54
Binary 10100 11001100 10110011 1011010 0 1100 10100 10101100 1010010 101100

Color Harmonies of #14CCB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14CCB3

Black with #14CCB3

Text Example


Text Example

White with #14CCB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14CCB3; }

 p { color: rgb(20,204,179); }

 H1.HeaderClassName
 {
   color: #14CCB3;
 }
 .AnyTagClassName
 {
   color: #14CCB3;
 }
</style>

background-color css

<style>
 a { background-color: #14CCB3; }

 a { background-color: rgb(20,204,179); }

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

border-color css

<style>
 span { border-color: #14CCB3; }

 span { border-color: rgb(20,204,179); }

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