Html Css Color HEX #13D08D Caribbean Green

📋 copy color: '#13D08D'

red 19 ◦ green 208 ◦ blue 141

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

Shades of Caribbean Green #13D08D

Tints of Caribbean Green #13D08D

RGB

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

 GREEN value IS 208 (81.64% from 255) = 56.52%

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

R = 5.16%
G = 56.52%
B = 38.32%

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

#13D08D (or 0x13D08D) is known color: Caribbean Green. HEX triplet: 13, D0 and 8D. RGB value is (19,208,141). Sum of RGB (Red+Green+Blue) = 19+208+141=368 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.16% from 368); Green value is 208 (81.64% from 255 or 56.52% from 368); Blue value is 141 (55.47% from 255 or 38.32% from 368); Max value from RGB is 208 - color contains mainly: green. Hex color #13D08D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13D08D is #EC2F72. Grayscale: #8F8F8F. Windows color (decimal): -15478643 or 9293843. OLE color: 9293843.

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

Color convert

RGB 19 208 141 -
CMYK 0.91 0 0.32 0.18
HSL 158.73º 0.83% 0.45% -
HSV(B) 158.73º 0.91% 0.82% -
XYZ 27.63 47.17 32.85 -
YUV 143.85 126.38 38.95 -
System Red Green Blue C M Y K H S L
Decimal 19 208 141 0.91 0 0.32 0.18 158.73 0.83 0.45
Hex 13 D0 8D 5B 0 20 12 9F 53 2D
Octal 23 320 215 133 0 40 22 237 123 55
Binary 10011 11010000 10001101 1011011 0 100000 10010 10011111 1010011 101101

Color Harmonies of #13D08D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13D08D

Black with #13D08D

Text Example


Text Example

White with #13D08D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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