Html Css Color HEX #13C09B Caribbean Green

📋 copy color: '#13C09B'

red 19 ◦ green 192 ◦ blue 155

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

Shades of Caribbean Green #13C09B

Tints of Caribbean Green #13C09B

RGB

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

 GREEN value IS 192 (75.39% from 255) = 52.46%

 BLUE value IS 155 (60.94% from 255) = 42.35%

R = 5.19%
G = 52.46%
B = 42.35%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#13C09B (or 0x13C09B) is known color: Caribbean Green. HEX triplet: 13, C0 and 9B. RGB value is (19,192,155). Sum of RGB (Red+Green+Blue) = 19+192+155=366 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.19% from 366); Green value is 192 (75.39% from 255 or 52.46% from 366); Blue value is 155 (60.94% from 255 or 42.35% from 366); Max value from RGB is 192 - color contains mainly: green. Hex color #13C09B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13C09B is #EC3F64. Grayscale: #888888. Windows color (decimal): -15482725 or 10207251. OLE color: 10207251.

HSL color Cylindrical-coordinate representation of color #13C09B: hue angle of 167.17º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13C09B is Cyan = 0.90, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB 19 192 155 -
CMYK 0.90 0 0.19 0.25
HSL 167.17º 0.82% 0.41% -
HSV(B) 167.17º 0.9% 0.75% -
XYZ 25.03 40.2 37.45 -
YUV 136.06 138.69 44.51 -
System Red Green Blue C M Y K H S L
Decimal 19 192 155 0.90 0 0.19 0.25 167.17 0.82 0.41
Hex 13 C0 9B 5A 0 13 19 A7 52 29
Octal 23 300 233 132 0 23 31 247 122 51
Binary 10011 11000000 10011011 1011010 0 10011 11001 10100111 1010010 101001

Color Harmonies of #13C09B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C09B

Black with #13C09B

Text Example


Text Example

White with #13C09B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,192,155); }

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

background-color css

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

 a { background-color: rgb(19,192,155); }

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

border-color css

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

 span { border-color: rgb(19,192,155); }

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