Html Css Color HEX #13D68F Caribbean Green

📋 copy color: '#13D68F'

red 19 ◦ green 214 ◦ blue 143

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

Shades of Caribbean Green #13D68F

Tints of Caribbean Green #13D68F

RGB

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

 GREEN value IS 214 (83.98% from 255) = 56.91%

 BLUE value IS 143 (56.25% from 255) = 38.03%

R = 5.05%
G = 56.91%
B = 38.03%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#13D68F (or 0x13D68F) is known color: Caribbean Green. HEX triplet: 13, D6 and 8F. RGB value is (19,214,143). Sum of RGB (Red+Green+Blue) = 19+214+143=376 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.05% from 376); Green value is 214 (83.98% from 255 or 56.91% from 376); Blue value is 143 (56.25% from 255 or 38.03% from 376); Max value from RGB is 214 - color contains mainly: green. Hex color #13D68F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13D68F is #EC2970. Grayscale: #939393. Windows color (decimal): -15477105 or 9426451. OLE color: 9426451.

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

Color convert

RGB 19 214 143 -
CMYK 0.91 0 0.33 0.16
HSL 158.15º 0.84% 0.46% -
HSV(B) 158.15º 0.91% 0.84% -
XYZ 29.27 50.21 34.14 -
YUV 147.6 125.4 36.27 -
System Red Green Blue C M Y K H S L
Decimal 19 214 143 0.91 0 0.33 0.16 158.15 0.84 0.46
Hex 13 D6 8F 5B 0 21 10 9E 54 2E
Octal 23 326 217 133 0 41 20 236 124 56
Binary 10011 11010110 10001111 1011011 0 100001 10000 10011110 1010100 101110

Color Harmonies of #13D68F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13D68F

Black with #13D68F

Text Example


Text Example

White with #13D68F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,214,143); }

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

background-color css

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

 a { background-color: rgb(19,214,143); }

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

border-color css

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

 span { border-color: rgb(19,214,143); }

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