Html Css Color HEX #13C98F Caribbean Green

📋 copy color: '#13C98F'

red 19 ◦ green 201 ◦ blue 143

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

Shades of Caribbean Green #13C98F

Tints of Caribbean Green #13C98F

RGB

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

 GREEN value IS 201 (78.91% from 255) = 55.37%

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

R = 5.23%
G = 55.37%
B = 39.39%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#13C98F (or 0x13C98F) is known color: Caribbean Green. HEX triplet: 13, C9 and 8F. RGB value is (19,201,143). Sum of RGB (Red+Green+Blue) = 19+201+143=363 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.23% from 363); Green value is 201 (78.91% from 255 or 55.37% from 363); Blue value is 143 (56.25% from 255 or 39.39% from 363); Max value from RGB is 201 - color contains mainly: green. Hex color #13C98F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13C98F is #EC3670. Grayscale: #8C8C8C. Windows color (decimal): -15480433 or 9423123. OLE color: 9423123.

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

Color convert

RGB 19 201 143 -
CMYK 0.91 0 0.29 0.21
HSL 160.88º 0.83% 0.43% -
HSV(B) 160.88º 0.91% 0.79% -
XYZ 26.11 43.89 33.08 -
YUV 139.97 129.7 41.72 -
System Red Green Blue C M Y K H S L
Decimal 19 201 143 0.91 0 0.29 0.21 160.88 0.83 0.43
Hex 13 C9 8F 5B 0 1D 15 A1 53 2B
Octal 23 311 217 133 0 35 25 241 123 53
Binary 10011 11001001 10001111 1011011 0 11101 10101 10100001 1010011 101011

Color Harmonies of #13C98F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C98F

Black with #13C98F

Text Example


Text Example

White with #13C98F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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