Html Css Color HEX #13CE94 Caribbean Green

📋 copy color: '#13CE94'

red 19 ◦ green 206 ◦ blue 148

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

Shades of Caribbean Green #13CE94

Tints of Caribbean Green #13CE94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 39.68%

R = 5.09%
G = 55.23%
B = 39.68%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.28

 K value IS 0.19

RGB Variations

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

Color information

#13CE94 (or 0x13CE94) is known color: Caribbean Green. HEX triplet: 13, CE and 94. RGB value is (19,206,148). Sum of RGB (Red+Green+Blue) = 19+206+148=373 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.09% from 373); Green value is 206 (80.86% from 255 or 55.23% from 373); Blue value is 148 (58.20% from 255 or 39.68% from 373); Max value from RGB is 206 - color contains mainly: green. Hex color #13CE94 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13CE94 is #EC316B. Grayscale: #8F8F8F. Windows color (decimal): -15479148 or 9752083. OLE color: 9752083.

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

Color convert

RGB 19 206 148 -
CMYK 0.91 0 0.28 0.19
HSL 161.39º 0.83% 0.44% -
HSV(B) 161.39º 0.91% 0.81% -
XYZ 27.69 46.42 35.52 -
YUV 143.48 130.55 39.22 -
System Red Green Blue C M Y K H S L
Decimal 19 206 148 0.91 0 0.28 0.19 161.39 0.83 0.44
Hex 13 CE 94 5B 0 1C 13 A1 53 2C
Octal 23 316 224 133 0 34 23 241 123 54
Binary 10011 11001110 10010100 1011011 0 11100 10011 10100001 1010011 101100

Color Harmonies of #13CE94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13CE94

Black with #13CE94

Text Example


Text Example

White with #13CE94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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