Html Css Color HEX #14BABA Light Sea Green

📋 copy color: '#14BABA'

red 20 ◦ green 186 ◦ blue 186

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

Shades of Light Sea Green #14BABA

Tints of Light Sea Green #14BABA

RGB

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

 GREEN value IS 186 (73.05% from 255) = 47.45%

 BLUE value IS 186 (73.05% from 255) = 47.45%

R = 5.1%
G = 47.45%
B = 47.45%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#14BABA (or 0x14BABA) is known color: Light Sea Green. HEX triplet: 14, BA and BA. RGB value is (20,186,186). Sum of RGB (Red+Green+Blue) = 20+186+186=392 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.10% from 392); Green value is 186 (73.05% from 255 or 47.45% from 392); Blue value is 186 (73.05% from 255 or 47.45% from 392); Max value from RGB is 186 - color contains mainly: green, blue. Hex color #14BABA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14BABA is #EB4545. Grayscale: #888888. Windows color (decimal): -15418694 or 12237332. OLE color: 12237332.

HSL color Cylindrical-coordinate representation of color #14BABA: hue angle of 180º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14BABA is Cyan = 0.89, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 20 186 186 -
CMYK 0.89 0 0 0.27
HSL 180º 0.81% 0.4% -
HSV(B) 180º 0.89% 0.73% -
XYZ 26.71 38.81 52.54 -
YUV 136.37 156 45 -
System Red Green Blue C M Y K H S L
Decimal 20 186 186 0.89 0 0 0.27 180 0.81 0.4
Hex 14 BA BA 59 0 0 1B B4 51 28
Octal 24 272 272 131 0 0 33 264 121 50
Binary 10100 10111010 10111010 1011001 0 0 11011 10110100 1010001 101000

Color Harmonies of #14BABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14BABA

Black with #14BABA

Text Example


Text Example

White with #14BABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,186,186); }

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

background-color css

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

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

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

border-color css

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

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

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