Html Css Color HEX #13CE90 Caribbean Green

📋 copy color: '#13CE90'

red 19 ◦ green 206 ◦ blue 144

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

Shades of Caribbean Green #13CE90

Tints of Caribbean Green #13CE90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 39.02%

R = 5.15%
G = 55.83%
B = 39.02%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.30

 K value IS 0.19

RGB Variations

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

Color information

#13CE90 (or 0x13CE90) is known color: Caribbean Green. HEX triplet: 13, CE and 90. RGB value is (19,206,144). Sum of RGB (Red+Green+Blue) = 19+206+144=369 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.15% from 369); Green value is 206 (80.86% from 255 or 55.83% from 369); Blue value is 144 (56.64% from 255 or 39.02% from 369); Max value from RGB is 206 - color contains mainly: green. Hex color #13CE90 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13CE90 is #EC316F. Grayscale: #8F8F8F. Windows color (decimal): -15479152 or 9489939. OLE color: 9489939.

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

Color convert

RGB 19 206 144 -
CMYK 0.91 0 0.30 0.19
HSL 160.11º 0.83% 0.44% -
HSV(B) 160.11º 0.91% 0.81% -
XYZ 27.37 46.29 33.88 -
YUV 143.02 128.55 39.54 -
System Red Green Blue C M Y K H S L
Decimal 19 206 144 0.91 0 0.30 0.19 160.11 0.83 0.44
Hex 13 CE 90 5B 0 1E 13 A0 53 2C
Octal 23 316 220 133 0 36 23 240 123 54
Binary 10011 11001110 10010000 1011011 0 11110 10011 10100000 1010011 101100

Color Harmonies of #13CE90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13CE90

Black with #13CE90

Text Example


Text Example

White with #13CE90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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