Html Css Color HEX #13D892 Caribbean Green

📋 copy color: '#13D892'

red 19 ◦ green 216 ◦ blue 146

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

Shades of Caribbean Green #13D892

Tints of Caribbean Green #13D892

RGB

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

 GREEN value IS 216 (84.77% from 255) = 56.69%

 BLUE value IS 146 (57.42% from 255) = 38.32%

R = 4.99%
G = 56.69%
B = 38.32%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#13D892 (or 0x13D892) is known color: Caribbean Green. HEX triplet: 13, D8 and 92. RGB value is (19,216,146). Sum of RGB (Red+Green+Blue) = 19+216+146=381 (50% of max value = 765). Red value is 19 (7.81% from 255 or 4.99% from 381); Green value is 216 (84.77% from 255 or 56.69% from 381); Blue value is 146 (57.42% from 255 or 38.32% from 381); Max value from RGB is 216 - color contains mainly: green. Hex color #13D892 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13D892 is #EC276D. Grayscale: #959595. Windows color (decimal): -15476590 or 9623571. OLE color: 9623571.

HSL color Cylindrical-coordinate representation of color #13D892: hue angle of 158.68º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13D892 is Cyan = 0.91, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB 19 216 146 -
CMYK 0.91 0 0.32 0.15
HSL 158.68º 0.84% 0.46% -
HSV(B) 158.68º 0.91% 0.85% -
XYZ 30.01 51.33 35.52 -
YUV 149.12 126.23 35.19 -
System Red Green Blue C M Y K H S L
Decimal 19 216 146 0.91 0 0.32 0.15 158.68 0.84 0.46
Hex 13 D8 92 5B 0 20 F 9F 54 2E
Octal 23 330 222 133 0 40 17 237 124 56
Binary 10011 11011000 10010010 1011011 0 100000 1111 10011111 1010100 101110

Color Harmonies of #13D892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13D892

Black with #13D892

Text Example


Text Example

White with #13D892

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,216,146); }

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

background-color css

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

 a { background-color: rgb(19,216,146); }

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

border-color css

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

 span { border-color: rgb(19,216,146); }

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