Html Css Color HEX #13D38B Caribbean Green

📋 copy color: '#13D38B'

red 19 ◦ green 211 ◦ blue 139

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

Shades of Caribbean Green #13D38B

Tints of Caribbean Green #13D38B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 37.67%

R = 5.15%
G = 57.18%
B = 37.67%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.34

 K value IS 0.17

RGB Variations

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

Color information

#13D38B (or 0x13D38B) is known color: Caribbean Green. HEX triplet: 13, D3 and 8B. RGB value is (19,211,139). Sum of RGB (Red+Green+Blue) = 19+211+139=369 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.15% from 369); Green value is 211 (82.81% from 255 or 57.18% from 369); Blue value is 139 (54.69% from 255 or 37.67% from 369); Max value from RGB is 211 - color contains mainly: green. Hex color #13D38B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13D38B is #EC2C74. Grayscale: #919191. Windows color (decimal): -15477877 or 9163539. OLE color: 9163539.

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

Color convert

RGB 19 211 139 -
CMYK 0.91 0 0.34 0.17
HSL 157.5º 0.83% 0.45% -
HSV(B) 157.5º 0.91% 0.83% -
XYZ 28.22 48.59 32.32 -
YUV 145.38 124.39 37.85 -
System Red Green Blue C M Y K H S L
Decimal 19 211 139 0.91 0 0.34 0.17 157.5 0.83 0.45
Hex 13 D3 8B 5B 0 22 11 9E 53 2D
Octal 23 323 213 133 0 42 21 236 123 55
Binary 10011 11010011 10001011 1011011 0 100010 10001 10011110 1010011 101101

Color Harmonies of #13D38B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13D38B

Black with #13D38B

Text Example


Text Example

White with #13D38B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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