Html Css Color HEX #13CC8F Caribbean Green

📋 copy color: '#13CC8F'

red 19 ◦ green 204 ◦ blue 143

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

Shades of Caribbean Green #13CC8F

Tints of Caribbean Green #13CC8F

RGB

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

 GREEN value IS 204 (80.08% from 255) = 55.74%

 BLUE value IS 143 (56.25% from 255) = 39.07%

R = 5.19%
G = 55.74%
B = 39.07%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.30

 K value IS 0.2

RGB Variations

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

Color information

#13CC8F (or 0x13CC8F) is known color: Caribbean Green. HEX triplet: 13, CC and 8F. RGB value is (19,204,143). Sum of RGB (Red+Green+Blue) = 19+204+143=366 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.19% from 366); Green value is 204 (80.08% from 255 or 55.74% from 366); Blue value is 143 (56.25% from 255 or 39.07% from 366); Max value from RGB is 204 - color contains mainly: green. Hex color #13CC8F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13CC8F is #EC3370. Grayscale: #8D8D8D. Windows color (decimal): -15479665 or 9423891. OLE color: 9423891.

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

Color convert

RGB 19 204 143 -
CMYK 0.91 0 0.30 0.2
HSL 160.22º 0.83% 0.44% -
HSV(B) 160.22º 0.91% 0.8% -
XYZ 26.82 45.31 33.32 -
YUV 141.73 128.71 40.46 -
System Red Green Blue C M Y K H S L
Decimal 19 204 143 0.91 0 0.30 0.2 160.22 0.83 0.44
Hex 13 CC 8F 5B 0 1E 14 A0 53 2C
Octal 23 314 217 133 0 36 24 240 123 54
Binary 10011 11001100 10001111 1011011 0 11110 10100 10100000 1010011 101100

Color Harmonies of #13CC8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13CC8F

Black with #13CC8F

Text Example


Text Example

White with #13CC8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,204,143); }

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

background-color css

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

 a { background-color: rgb(19,204,143); }

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

border-color css

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

 span { border-color: rgb(19,204,143); }

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