Html Css Color HEX #13E19C Caribbean Green

📋 copy color: '#13E19C'

red 19 ◦ green 225 ◦ blue 156

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

Shades of Caribbean Green #13E19C

Tints of Caribbean Green #13E19C

RGB

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

 GREEN value IS 225 (88.28% from 255) = 56.25%

 BLUE value IS 156 (61.33% from 255) = 39%

R = 4.75%
G = 56.25%
B = 39%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.31

 K value IS 0.12

RGB Variations

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

Color information

#13E19C (or 0x13E19C) is known color: Caribbean Green. HEX triplet: 13, E1 and 9C. RGB value is (19,225,156). Sum of RGB (Red+Green+Blue) = 19+225+156=400 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.75% from 400); Green value is 225 (88.28% from 255 or 56.25% from 400); Blue value is 156 (61.33% from 255 or 39% from 400); Max value from RGB is 225 - color contains mainly: green. Hex color #13E19C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13E19C is #EC1E63. Grayscale: #9B9B9B. Windows color (decimal): -15474276 or 10281235. OLE color: 10281235.

HSL color Cylindrical-coordinate representation of color #13E19C: hue angle of 159.9º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13E19C is Cyan = 0.92, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.12.

Color convert

RGB 19 225 156 -
CMYK 0.92 0 0.31 0.12
HSL 159.9º 0.84% 0.48% -
HSV(B) 159.9º 0.92% 0.88% -
XYZ 33.19 56.39 40.59 -
YUV 155.54 128.25 30.61 -
System Red Green Blue C M Y K H S L
Decimal 19 225 156 0.92 0 0.31 0.12 159.9 0.84 0.48
Hex 13 E1 9C 5C 0 1F C A0 54 30
Octal 23 341 234 134 0 37 14 240 124 60
Binary 10011 11100001 10011100 1011100 0 11111 1100 10100000 1010100 110000

Color Harmonies of #13E19C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13E19C

Black with #13E19C

Text Example


Text Example

White with #13E19C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,225,156); }

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

background-color css

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

 a { background-color: rgb(19,225,156); }

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

border-color css

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

 span { border-color: rgb(19,225,156); }

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