Html Css Color HEX #13CE92 Caribbean Green

📋 copy color: '#13CE92'

red 19 ◦ green 206 ◦ blue 146

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

Shades of Caribbean Green #13CE92

Tints of Caribbean Green #13CE92

RGB

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

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

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

R = 5.12%
G = 55.53%
B = 39.35%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.29

 K value IS 0.19

RGB Variations

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

Color information

#13CE92 (or 0x13CE92) is known color: Caribbean Green. HEX triplet: 13, CE and 92. RGB value is (19,206,146). Sum of RGB (Red+Green+Blue) = 19+206+146=371 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.12% from 371); Green value is 206 (80.86% from 255 or 55.53% from 371); Blue value is 146 (57.42% from 255 or 39.35% from 371); Max value from RGB is 206 - color contains mainly: green. Hex color #13CE92 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13CE92 is #EC316D. Grayscale: #8F8F8F. Windows color (decimal): -15479150 or 9621011. OLE color: 9621011.

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

Color convert

RGB 19 206 146 -
CMYK 0.91 0 0.29 0.19
HSL 160.75º 0.83% 0.44% -
HSV(B) 160.75º 0.91% 0.81% -
XYZ 27.53 46.36 34.69 -
YUV 143.25 129.55 39.38 -
System Red Green Blue C M Y K H S L
Decimal 19 206 146 0.91 0 0.29 0.19 160.75 0.83 0.44
Hex 13 CE 92 5B 0 1D 13 A1 53 2C
Octal 23 316 222 133 0 35 23 241 123 54
Binary 10011 11001110 10010010 1011011 0 11101 10011 10100001 1010011 101100

Color Harmonies of #13CE92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13CE92

Black with #13CE92

Text Example


Text Example

White with #13CE92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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