Html Css Color HEX #13CC8D Caribbean Green

📋 copy color: '#13CC8D'

red 19 ◦ green 204 ◦ blue 141

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

Shades of Caribbean Green #13CC8D

Tints of Caribbean Green #13CC8D

RGB

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

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

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

R = 5.22%
G = 56.04%
B = 38.74%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.31

 K value IS 0.2

RGB Variations

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

Color information

#13CC8D (or 0x13CC8D) is known color: Caribbean Green. HEX triplet: 13, CC and 8D. RGB value is (19,204,141). Sum of RGB (Red+Green+Blue) = 19+204+141=364 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.22% from 364); Green value is 204 (80.08% from 255 or 56.04% from 364); Blue value is 141 (55.47% from 255 or 38.74% from 364); Max value from RGB is 204 - color contains mainly: green. Hex color #13CC8D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13CC8D is #EC3372. Grayscale: #8D8D8D. Windows color (decimal): -15479667 or 9292819. OLE color: 9292819.

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

Color convert

RGB 19 204 141 -
CMYK 0.91 0 0.31 0.2
HSL 159.57º 0.83% 0.44% -
HSV(B) 159.57º 0.91% 0.8% -
XYZ 26.67 45.25 32.53 -
YUV 141.5 127.71 40.62 -
System Red Green Blue C M Y K H S L
Decimal 19 204 141 0.91 0 0.31 0.2 159.57 0.83 0.44
Hex 13 CC 8D 5B 0 1F 14 A0 53 2C
Octal 23 314 215 133 0 37 24 240 123 54
Binary 10011 11001100 10001101 1011011 0 11111 10100 10100000 1010011 101100

Color Harmonies of #13CC8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13CC8D

Black with #13CC8D

Text Example


Text Example

White with #13CC8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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