Html Css Color HEX #14D692 Caribbean Green

📋 copy color: '#14D692'

red 20 ◦ green 214 ◦ blue 146

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

Shades of Caribbean Green #14D692

Tints of Caribbean Green #14D692

RGB

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

 GREEN value IS 214 (83.98% from 255) = 56.32%

 BLUE value IS 146 (57.42% from 255) = 38.42%

R = 5.26%
G = 56.32%
B = 38.42%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#14D692 (or 0x14D692) is known color: Caribbean Green. HEX triplet: 14, D6 and 92. RGB value is (20,214,146). Sum of RGB (Red+Green+Blue) = 20+214+146=380 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.26% from 380); Green value is 214 (83.98% from 255 or 56.32% from 380); Blue value is 146 (57.42% from 255 or 38.42% from 380); Max value from RGB is 214 - color contains mainly: green. Hex color #14D692 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14D692 is #EB296D. Grayscale: #949494. Windows color (decimal): -15411566 or 9623060. OLE color: 9623060.

HSL color Cylindrical-coordinate representation of color #14D692: hue angle of 158.97º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14D692 is Cyan = 0.91, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB 20 214 146 -
CMYK 0.91 0 0.32 0.16
HSL 158.97º 0.83% 0.46% -
HSV(B) 158.97º 0.91% 0.84% -
XYZ 29.52 50.32 35.35 -
YUV 148.24 126.73 36.53 -
System Red Green Blue C M Y K H S L
Decimal 20 214 146 0.91 0 0.32 0.16 158.97 0.83 0.46
Hex 14 D6 92 5B 0 20 10 9F 53 2E
Octal 24 326 222 133 0 40 20 237 123 56
Binary 10100 11010110 10010010 1011011 0 100000 10000 10011111 1010011 101110

Color Harmonies of #14D692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14D692

Black with #14D692

Text Example


Text Example

White with #14D692

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,214,146); }

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

background-color css

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

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

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

border-color css

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

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

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