Html Css Color HEX #13D18F Caribbean Green

📋 copy color: '#13D18F'

red 19 ◦ green 209 ◦ blue 143

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

Shades of Caribbean Green #13D18F

Tints of Caribbean Green #13D18F

RGB

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

 GREEN value IS 209 (82.03% from 255) = 56.33%

 BLUE value IS 143 (56.25% from 255) = 38.54%

R = 5.12%
G = 56.33%
B = 38.54%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#13D18F (or 0x13D18F) is known color: Caribbean Green. HEX triplet: 13, D1 and 8F. RGB value is (19,209,143). Sum of RGB (Red+Green+Blue) = 19+209+143=371 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.12% from 371); Green value is 209 (82.03% from 255 or 56.33% from 371); Blue value is 143 (56.25% from 255 or 38.54% from 371); Max value from RGB is 209 - color contains mainly: green. Hex color #13D18F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13D18F is #EC2E70. Grayscale: #909090. Windows color (decimal): -15478385 or 9425171. OLE color: 9425171.

HSL color Cylindrical-coordinate representation of color #13D18F: hue angle of 159.16º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13D18F is Cyan = 0.91, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB 19 209 143 -
CMYK 0.91 0 0.32 0.18
HSL 159.16º 0.83% 0.45% -
HSV(B) 159.16º 0.91% 0.82% -
XYZ 28.03 47.72 33.72 -
YUV 144.67 127.05 38.37 -
System Red Green Blue C M Y K H S L
Decimal 19 209 143 0.91 0 0.32 0.18 159.16 0.83 0.45
Hex 13 D1 8F 5B 0 20 12 9F 53 2D
Octal 23 321 217 133 0 40 22 237 123 55
Binary 10011 11010001 10001111 1011011 0 100000 10010 10011111 1010011 101101

Color Harmonies of #13D18F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13D18F

Black with #13D18F

Text Example


Text Example

White with #13D18F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,209,143); }

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

background-color css

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

 a { background-color: rgb(19,209,143); }

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

border-color css

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

 span { border-color: rgb(19,209,143); }

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