Html Css Color HEX #13CF90 Caribbean Green

📋 copy color: '#13CF90'

red 19 ◦ green 207 ◦ blue 144

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

Shades of Caribbean Green #13CF90

Tints of Caribbean Green #13CF90

RGB

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

 GREEN value IS 207 (81.25% from 255) = 55.95%

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

R = 5.14%
G = 55.95%
B = 38.92%

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

#13CF90 (or 0x13CF90) is known color: Caribbean Green. HEX triplet: 13, CF and 90. RGB value is (19,207,144). Sum of RGB (Red+Green+Blue) = 19+207+144=370 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.14% from 370); Green value is 207 (81.25% from 255 or 55.95% from 370); Blue value is 144 (56.64% from 255 or 38.92% from 370); Max value from RGB is 207 - color contains mainly: green. Hex color #13CF90 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13CF90 is #EC306F. Grayscale: #8F8F8F. Windows color (decimal): -15478896 or 9490195. OLE color: 9490195.

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

Color convert

RGB 19 207 144 -
CMYK 0.91 0 0.30 0.19
HSL 159.89º 0.83% 0.44% -
HSV(B) 159.89º 0.91% 0.81% -
XYZ 27.62 46.78 33.96 -
YUV 143.61 128.22 39.12 -
System Red Green Blue C M Y K H S L
Decimal 19 207 144 0.91 0 0.30 0.19 159.89 0.83 0.44
Hex 13 CF 90 5B 0 1E 13 A0 53 2C
Octal 23 317 220 133 0 36 23 240 123 54
Binary 10011 11001111 10010000 1011011 0 11110 10011 10100000 1010011 101100

Color Harmonies of #13CF90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13CF90

Black with #13CF90

Text Example


Text Example

White with #13CF90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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