Html Css Color HEX #13CDA2 Caribbean Green

📋 copy color: '#13CDA2'

red 19 ◦ green 205 ◦ blue 162

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

Shades of Caribbean Green #13CDA2

Tints of Caribbean Green #13CDA2

RGB

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

 GREEN value IS 205 (80.47% from 255) = 53.11%

 BLUE value IS 162 (63.67% from 255) = 41.97%

R = 4.92%
G = 53.11%
B = 41.97%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.21

 K value IS 0.20

RGB Variations

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

Color information

#13CDA2 (or 0x13CDA2) is known color: Caribbean Green. HEX triplet: 13, CD and A2. RGB value is (19,205,162). Sum of RGB (Red+Green+Blue) = 19+205+162=386 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.92% from 386); Green value is 205 (80.47% from 255 or 53.11% from 386); Blue value is 162 (63.67% from 255 or 41.97% from 386); Max value from RGB is 205 - color contains mainly: green. Hex color #13CDA2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13CDA2 is #EC325D. Grayscale: #909090. Windows color (decimal): -15479390 or 10669331. OLE color: 10669331.

HSL color Cylindrical-coordinate representation of color #13CDA2: hue angle of 166.13º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13CDA2 is Cyan = 0.91, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.

Color convert

RGB 19 205 162 -
CMYK 0.91 0 0.21 0.20
HSL 166.13º 0.83% 0.44% -
HSV(B) 166.13º 0.91% 0.8% -
XYZ 28.62 46.41 41.63 -
YUV 144.48 137.88 38.5 -
System Red Green Blue C M Y K H S L
Decimal 19 205 162 0.91 0 0.21 0.20 166.13 0.83 0.44
Hex 13 CD A2 5B 0 15 14 A6 53 2C
Octal 23 315 242 133 0 25 24 246 123 54
Binary 10011 11001101 10100010 1011011 0 10101 10100 10100110 1010011 101100

Color Harmonies of #13CDA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13CDA2

Black with #13CDA2

Text Example


Text Example

White with #13CDA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,205,162); }

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

background-color css

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

 a { background-color: rgb(19,205,162); }

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

border-color css

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

 span { border-color: rgb(19,205,162); }

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