Html Css Color HEX #13D5AC Caribbean Green

📋 copy color: '#13D5AC'

red 19 ◦ green 213 ◦ blue 172

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

Shades of Caribbean Green #13D5AC

Tints of Caribbean Green #13D5AC

RGB

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

 GREEN value IS 213 (83.59% from 255) = 52.72%

 BLUE value IS 172 (67.58% from 255) = 42.57%

R = 4.7%
G = 52.72%
B = 42.57%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#13D5AC (or 0x13D5AC) is known color: Caribbean Green. HEX triplet: 13, D5 and AC. RGB value is (19,213,172). Sum of RGB (Red+Green+Blue) = 19+213+172=404 (53% of max value = 765). Red value is 19 (7.81% from 255 or 4.70% from 404); Green value is 213 (83.59% from 255 or 52.72% from 404); Blue value is 172 (67.58% from 255 or 42.57% from 404); Max value from RGB is 213 - color contains mainly: green. Hex color #13D5AC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13D5AC is #EC2A53. Grayscale: #969696. Windows color (decimal): -15477332 or 11326739. OLE color: 11326739.

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

Color convert

RGB 19 213 172 -
CMYK 0.91 0 0.19 0.16
HSL 167.32º 0.84% 0.45% -
HSV(B) 167.32º 0.91% 0.84% -
XYZ 31.51 50.71 47.16 -
YUV 150.32 140.23 34.33 -
System Red Green Blue C M Y K H S L
Decimal 19 213 172 0.91 0 0.19 0.16 167.32 0.84 0.45
Hex 13 D5 AC 5B 0 13 10 A7 54 2D
Octal 23 325 254 133 0 23 20 247 124 55
Binary 10011 11010101 10101100 1011011 0 10011 10000 10100111 1010100 101101

Color Harmonies of #13D5AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13D5AC

Black with #13D5AC

Text Example


Text Example

White with #13D5AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,213,172); }

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

background-color css

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

 a { background-color: rgb(19,213,172); }

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

border-color css

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

 span { border-color: rgb(19,213,172); }

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