Html Css Color HEX #13BE9C Caribbean Green

📋 copy color: '#13BE9C'

red 19 ◦ green 190 ◦ blue 156

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

Shades of Caribbean Green #13BE9C

Tints of Caribbean Green #13BE9C

RGB

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

 GREEN value IS 190 (74.61% from 255) = 52.05%

 BLUE value IS 156 (61.33% from 255) = 42.74%

R = 5.21%
G = 52.05%
B = 42.74%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#13BE9C (or 0x13BE9C) is known color: Caribbean Green. HEX triplet: 13, BE and 9C. RGB value is (19,190,156). Sum of RGB (Red+Green+Blue) = 19+190+156=365 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.21% from 365); Green value is 190 (74.61% from 255 or 52.05% from 365); Blue value is 156 (61.33% from 255 or 42.74% from 365); Max value from RGB is 190 - color contains mainly: green. Hex color #13BE9C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13BE9C is #EC4163. Grayscale: #868686. Windows color (decimal): -15483236 or 10272275. OLE color: 10272275.

HSL color Cylindrical-coordinate representation of color #13BE9C: hue angle of 168.07º 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 #13BE9C is Cyan = 0.90, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB 19 190 156 -
CMYK 0.90 0 0.18 0.25
HSL 168.07º 0.82% 0.41% -
HSV(B) 168.07º 0.9% 0.75% -
XYZ 24.68 39.37 37.75 -
YUV 135 139.85 45.26 -
System Red Green Blue C M Y K H S L
Decimal 19 190 156 0.90 0 0.18 0.25 168.07 0.82 0.41
Hex 13 BE 9C 5A 0 12 19 A8 52 29
Octal 23 276 234 132 0 22 31 250 122 51
Binary 10011 10111110 10011100 1011010 0 10010 11001 10101000 1010010 101001

Color Harmonies of #13BE9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13BE9C

Black with #13BE9C

Text Example


Text Example

White with #13BE9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,190,156); }

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

background-color css

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

 a { background-color: rgb(19,190,156); }

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

border-color css

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

 span { border-color: rgb(19,190,156); }

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