Html Css Color HEX #13D48D Caribbean Green

📋 copy color: '#13D48D'

red 19 ◦ green 212 ◦ blue 141

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

Shades of Caribbean Green #13D48D

Tints of Caribbean Green #13D48D

RGB

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

 GREEN value IS 212 (83.2% from 255) = 56.99%

 BLUE value IS 141 (55.47% from 255) = 37.9%

R = 5.11%
G = 56.99%
B = 37.9%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.33

 K value IS 0.17

RGB Variations

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

Color information

#13D48D (or 0x13D48D) is known color: Caribbean Green. HEX triplet: 13, D4 and 8D. RGB value is (19,212,141). Sum of RGB (Red+Green+Blue) = 19+212+141=372 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.11% from 372); Green value is 212 (83.20% from 255 or 56.99% from 372); Blue value is 141 (55.47% from 255 or 37.90% from 372); Max value from RGB is 212 - color contains mainly: green. Hex color #13D48D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13D48D is #EC2B72. Grayscale: #929292. Windows color (decimal): -15477619 or 9294867. OLE color: 9294867.

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

Color convert

RGB 19 212 141 -
CMYK 0.91 0 0.33 0.17
HSL 157.93º 0.84% 0.45% -
HSV(B) 157.93º 0.91% 0.83% -
XYZ 28.62 49.15 33.18 -
YUV 146.2 125.06 37.27 -
System Red Green Blue C M Y K H S L
Decimal 19 212 141 0.91 0 0.33 0.17 157.93 0.84 0.45
Hex 13 D4 8D 5B 0 21 11 9E 54 2D
Octal 23 324 215 133 0 41 21 236 124 55
Binary 10011 11010100 10001101 1011011 0 100001 10001 10011110 1010100 101101

Color Harmonies of #13D48D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13D48D

Black with #13D48D

Text Example


Text Example

White with #13D48D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,212,141); }

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

background-color css

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

 a { background-color: rgb(19,212,141); }

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

border-color css

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

 span { border-color: rgb(19,212,141); }

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