Html Css Color HEX #13CFA0 Caribbean Green

📋 copy color: '#13CFA0'

red 19 ◦ green 207 ◦ blue 160

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

Shades of Caribbean Green #13CFA0

Tints of Caribbean Green #13CFA0

RGB

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

 GREEN value IS 207 (81.25% from 255) = 53.63%

 BLUE value IS 160 (62.89% from 255) = 41.45%

R = 4.92%
G = 53.63%
B = 41.45%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.23

 K value IS 0.19

RGB Variations

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

Color information

#13CFA0 (or 0x13CFA0) is known color: Caribbean Green. HEX triplet: 13, CF and A0. RGB value is (19,207,160). Sum of RGB (Red+Green+Blue) = 19+207+160=386 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.92% from 386); Green value is 207 (81.25% from 255 or 53.63% from 386); Blue value is 160 (62.89% from 255 or 41.45% from 386); Max value from RGB is 207 - color contains mainly: green. Hex color #13CFA0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13CFA0 is #EC305F. Grayscale: #919191. Windows color (decimal): -15478880 or 10538771. OLE color: 10538771.

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

Color convert

RGB 19 207 160 -
CMYK 0.91 0 0.23 0.19
HSL 165º 0.83% 0.44% -
HSV(B) 165º 0.91% 0.81% -
XYZ 28.93 47.3 40.86 -
YUV 145.43 136.22 37.82 -
System Red Green Blue C M Y K H S L
Decimal 19 207 160 0.91 0 0.23 0.19 165 0.83 0.44
Hex 13 CF A0 5B 0 17 13 A5 53 2C
Octal 23 317 240 133 0 27 23 245 123 54
Binary 10011 11001111 10100000 1011011 0 10111 10011 10100101 1010011 101100

Color Harmonies of #13CFA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13CFA0

Black with #13CFA0

Text Example


Text Example

White with #13CFA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,207,160); }

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

background-color css

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

 a { background-color: rgb(19,207,160); }

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

border-color css

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

 span { border-color: rgb(19,207,160); }

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