Html Css Color HEX #13CE8F Caribbean Green

📋 copy color: '#13CE8F'

red 19 ◦ green 206 ◦ blue 143

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

Shades of Caribbean Green #13CE8F

Tints of Caribbean Green #13CE8F

RGB

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

 GREEN value IS 206 (80.86% from 255) = 55.98%

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

R = 5.16%
G = 55.98%
B = 38.86%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.31

 K value IS 0.19

RGB Variations

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

Color information

#13CE8F (or 0x13CE8F) is known color: Caribbean Green. HEX triplet: 13, CE and 8F. RGB value is (19,206,143). Sum of RGB (Red+Green+Blue) = 19+206+143=368 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.16% from 368); Green value is 206 (80.86% from 255 or 55.98% from 368); Blue value is 143 (56.25% from 255 or 38.86% from 368); Max value from RGB is 206 - color contains mainly: green. Hex color #13CE8F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13CE8F is #EC3170. Grayscale: #8E8E8E. Windows color (decimal): -15479153 or 9424403. OLE color: 9424403.

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

Color convert

RGB 19 206 143 -
CMYK 0.91 0 0.31 0.19
HSL 159.79º 0.83% 0.44% -
HSV(B) 159.79º 0.91% 0.81% -
XYZ 27.3 46.26 33.48 -
YUV 142.91 128.05 39.62 -
System Red Green Blue C M Y K H S L
Decimal 19 206 143 0.91 0 0.31 0.19 159.79 0.83 0.44
Hex 13 CE 8F 5B 0 1F 13 A0 53 2C
Octal 23 316 217 133 0 37 23 240 123 54
Binary 10011 11001110 10001111 1011011 0 11111 10011 10100000 1010011 101100

Color Harmonies of #13CE8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13CE8F

Black with #13CE8F

Text Example


Text Example

White with #13CE8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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