Html Css Color HEX #13CFAC Caribbean Green

📋 copy color: '#13CFAC'

red 19 ◦ green 207 ◦ blue 172

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

Shades of Caribbean Green #13CFAC

Tints of Caribbean Green #13CFAC

RGB

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

 GREEN value IS 207 (81.25% from 255) = 52.01%

 BLUE value IS 172 (67.58% from 255) = 43.22%

R = 4.77%
G = 52.01%
B = 43.22%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#13CFAC (or 0x13CFAC) is known color: Caribbean Green. HEX triplet: 13, CF and AC. RGB value is (19,207,172). Sum of RGB (Red+Green+Blue) = 19+207+172=398 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.77% from 398); Green value is 207 (81.25% from 255 or 52.01% from 398); Blue value is 172 (67.58% from 255 or 43.22% from 398); Max value from RGB is 207 - color contains mainly: green. Hex color #13CFAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13CFAC is #EC3053. Grayscale: #929292. Windows color (decimal): -15478868 or 11325203. OLE color: 11325203.

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

Color convert

RGB 19 207 172 -
CMYK 0.91 0 0.17 0.19
HSL 168.83º 0.83% 0.44% -
HSV(B) 168.83º 0.91% 0.81% -
XYZ 30.03 47.74 46.66 -
YUV 146.8 142.22 36.85 -
System Red Green Blue C M Y K H S L
Decimal 19 207 172 0.91 0 0.17 0.19 168.83 0.83 0.44
Hex 13 CF AC 5B 0 11 13 A9 53 2C
Octal 23 317 254 133 0 21 23 251 123 54
Binary 10011 11001111 10101100 1011011 0 10001 10011 10101001 1010011 101100

Color Harmonies of #13CFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13CFAC

Black with #13CFAC

Text Example


Text Example

White with #13CFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,207,172); }

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

background-color css

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

 a { background-color: rgb(19,207,172); }

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

border-color css

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

 span { border-color: rgb(19,207,172); }

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