Html Css Color HEX #13E098 Caribbean Green

📋 copy color: '#13E098'

red 19 ◦ green 224 ◦ blue 152

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

Shades of Caribbean Green #13E098

Tints of Caribbean Green #13E098

RGB

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

 GREEN value IS 224 (87.89% from 255) = 56.71%

 BLUE value IS 152 (59.77% from 255) = 38.48%

R = 4.81%
G = 56.71%
B = 38.48%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.32

 K value IS 0.12

RGB Variations

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

Color information

#13E098 (or 0x13E098) is known color: Caribbean Green. HEX triplet: 13, E0 and 98. RGB value is (19,224,152). Sum of RGB (Red+Green+Blue) = 19+224+152=395 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.81% from 395); Green value is 224 (87.89% from 255 or 56.71% from 395); Blue value is 152 (59.77% from 255 or 38.48% from 395); Max value from RGB is 224 - color contains mainly: green. Hex color #13E098 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13E098 is #EC1F67. Grayscale: #9A9A9A. Windows color (decimal): -15474536 or 10018835. OLE color: 10018835.

HSL color Cylindrical-coordinate representation of color #13E098: hue angle of 158.93º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13E098 is Cyan = 0.92, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.12.

Color convert

RGB 19 224 152 -
CMYK 0.92 0 0.32 0.12
HSL 158.93º 0.84% 0.48% -
HSV(B) 158.93º 0.92% 0.88% -
XYZ 32.59 55.72 38.74 -
YUV 154.5 126.58 31.35 -
System Red Green Blue C M Y K H S L
Decimal 19 224 152 0.92 0 0.32 0.12 158.93 0.84 0.48
Hex 13 E0 98 5C 0 20 C 9F 54 30
Octal 23 340 230 134 0 40 14 237 124 60
Binary 10011 11100000 10011000 1011100 0 100000 1100 10011111 1010100 110000

Color Harmonies of #13E098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13E098

Black with #13E098

Text Example


Text Example

White with #13E098

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,224,152); }

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

background-color css

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

 a { background-color: rgb(19,224,152); }

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

border-color css

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

 span { border-color: rgb(19,224,152); }

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