Html Css Color HEX #13CB8F Caribbean Green

📋 copy color: '#13CB8F'

red 19 ◦ green 203 ◦ blue 143

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

Shades of Caribbean Green #13CB8F

Tints of Caribbean Green #13CB8F

RGB

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

 GREEN value IS 203 (79.69% from 255) = 55.62%

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

R = 5.21%
G = 55.62%
B = 39.18%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.30

 K value IS 0.20

RGB Variations

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

Color information

#13CB8F (or 0x13CB8F) is known color: Caribbean Green. HEX triplet: 13, CB and 8F. RGB value is (19,203,143). Sum of RGB (Red+Green+Blue) = 19+203+143=365 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.21% from 365); Green value is 203 (79.69% from 255 or 55.62% from 365); Blue value is 143 (56.25% from 255 or 39.18% from 365); Max value from RGB is 203 - color contains mainly: green. Hex color #13CB8F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13CB8F is #EC3470. Grayscale: #8D8D8D. Windows color (decimal): -15479921 or 9423635. OLE color: 9423635.

HSL color Cylindrical-coordinate representation of color #13CB8F: hue angle of 160.43º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13CB8F is Cyan = 0.91, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.20.

Color convert

RGB 19 203 143 -
CMYK 0.91 0 0.30 0.20
HSL 160.43º 0.83% 0.44% -
HSV(B) 160.43º 0.91% 0.8% -
XYZ 26.58 44.83 33.24 -
YUV 141.14 129.04 40.88 -
System Red Green Blue C M Y K H S L
Decimal 19 203 143 0.91 0 0.30 0.20 160.43 0.83 0.44
Hex 13 CB 8F 5B 0 1E 14 A0 53 2C
Octal 23 313 217 133 0 36 24 240 123 54
Binary 10011 11001011 10001111 1011011 0 11110 10100 10100000 1010011 101100

Color Harmonies of #13CB8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13CB8F

Black with #13CB8F

Text Example


Text Example

White with #13CB8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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