Html Css Color HEX #13D6A4 Caribbean Green

📋 copy color: '#13D6A4'

red 19 ◦ green 214 ◦ blue 164

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

Shades of Caribbean Green #13D6A4

Tints of Caribbean Green #13D6A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 41.31%

R = 4.79%
G = 53.9%
B = 41.31%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#13D6A4 (or 0x13D6A4) is known color: Caribbean Green. HEX triplet: 13, D6 and A4. RGB value is (19,214,164). Sum of RGB (Red+Green+Blue) = 19+214+164=397 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.79% from 397); Green value is 214 (83.98% from 255 or 53.90% from 397); Blue value is 164 (64.45% from 255 or 41.31% from 397); Max value from RGB is 214 - color contains mainly: green. Hex color #13D6A4 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13D6A4 is #EC295B. Grayscale: #959595. Windows color (decimal): -15477084 or 10802707. OLE color: 10802707.

HSL color Cylindrical-coordinate representation of color #13D6A4: hue angle of 164.62º degrees, saturation: 0.84, 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 #13D6A4 is Cyan = 0.91, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.16.

Color convert

RGB 19 214 164 -
CMYK 0.91 0 0.23 0.16
HSL 164.62º 0.84% 0.46% -
HSV(B) 164.62º 0.91% 0.84% -
XYZ 31.02 50.91 43.31 -
YUV 150 135.9 34.57 -
System Red Green Blue C M Y K H S L
Decimal 19 214 164 0.91 0 0.23 0.16 164.62 0.84 0.46
Hex 13 D6 A4 5B 0 17 10 A5 54 2E
Octal 23 326 244 133 0 27 20 245 124 56
Binary 10011 11010110 10100100 1011011 0 10111 10000 10100101 1010100 101110

Color Harmonies of #13D6A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13D6A4

Black with #13D6A4

Text Example


Text Example

White with #13D6A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,214,164); }

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

background-color css

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

 a { background-color: rgb(19,214,164); }

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

border-color css

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

 span { border-color: rgb(19,214,164); }

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