Html Css Color HEX #13D88B Caribbean Green

📋 copy color: '#13D88B'

red 19 ◦ green 216 ◦ blue 139

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

Shades of Caribbean Green #13D88B

Tints of Caribbean Green #13D88B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 37.17%

R = 5.08%
G = 57.75%
B = 37.17%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#13D88B (or 0x13D88B) is known color: Caribbean Green. HEX triplet: 13, D8 and 8B. RGB value is (19,216,139). Sum of RGB (Red+Green+Blue) = 19+216+139=374 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.08% from 374); Green value is 216 (84.77% from 255 or 57.75% from 374); Blue value is 139 (54.69% from 255 or 37.17% from 374); Max value from RGB is 216 - color contains mainly: green. Hex color #13D88B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13D88B is #EC2774. Grayscale: #949494. Windows color (decimal): -15476597 or 9164819. OLE color: 9164819.

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

Color convert

RGB 19 216 139 -
CMYK 0.91 0 0.36 0.15
HSL 156.55º 0.84% 0.46% -
HSV(B) 156.55º 0.91% 0.85% -
XYZ 29.48 51.11 32.74 -
YUV 148.32 122.73 35.76 -
System Red Green Blue C M Y K H S L
Decimal 19 216 139 0.91 0 0.36 0.15 156.55 0.84 0.46
Hex 13 D8 8B 5B 0 24 F 9D 54 2E
Octal 23 330 213 133 0 44 17 235 124 56
Binary 10011 11011000 10001011 1011011 0 100100 1111 10011101 1010100 101110

Color Harmonies of #13D88B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13D88B

Black with #13D88B

Text Example


Text Example

White with #13D88B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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