Html Css Color HEX #13D38A Caribbean Green

📋 copy color: '#13D38A'

red 19 ◦ green 211 ◦ blue 138

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

Shades of Caribbean Green #13D38A

Tints of Caribbean Green #13D38A

RGB

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

 GREEN value IS 211 (82.81% from 255) = 57.34%

 BLUE value IS 138 (54.3% from 255) = 37.5%

R = 5.16%
G = 57.34%
B = 37.5%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.35

 K value IS 0.17

RGB Variations

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

Color information

#13D38A (or 0x13D38A) is known color: Caribbean Green. HEX triplet: 13, D3 and 8A. RGB value is (19,211,138). Sum of RGB (Red+Green+Blue) = 19+211+138=368 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.16% from 368); Green value is 211 (82.81% from 255 or 57.34% from 368); Blue value is 138 (54.30% from 255 or 37.5% from 368); Max value from RGB is 211 - color contains mainly: green. Hex color #13D38A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13D38A is #EC2C75. Grayscale: #919191. Windows color (decimal): -15477878 or 9098003. OLE color: 9098003.

HSL color Cylindrical-coordinate representation of color #13D38A: hue angle of 157.19º degrees, saturation: 0.83, 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 #13D38A is Cyan = 0.91, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.17.

Color convert

RGB 19 211 138 -
CMYK 0.91 0 0.35 0.17
HSL 157.19º 0.83% 0.45% -
HSV(B) 157.19º 0.91% 0.83% -
XYZ 28.15 48.56 31.93 -
YUV 145.27 123.89 37.94 -
System Red Green Blue C M Y K H S L
Decimal 19 211 138 0.91 0 0.35 0.17 157.19 0.83 0.45
Hex 13 D3 8A 5B 0 23 11 9D 53 2D
Octal 23 323 212 133 0 43 21 235 123 55
Binary 10011 11010011 10001010 1011011 0 100011 10001 10011101 1010011 101101

Color Harmonies of #13D38A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13D38A

Black with #13D38A

Text Example


Text Example

White with #13D38A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,211,138); }

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

background-color css

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

 a { background-color: rgb(19,211,138); }

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

border-color css

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

 span { border-color: rgb(19,211,138); }

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