Html Css Color HEX #13CFB3 Caribbean Green

📋 copy color: '#13CFB3'

red 19 ◦ green 207 ◦ blue 179

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

Shades of Caribbean Green #13CFB3

Tints of Caribbean Green #13CFB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 44.2%

R = 4.69%
G = 51.11%
B = 44.2%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#13CFB3 (or 0x13CFB3) is known color: Caribbean Green. HEX triplet: 13, CF and B3. RGB value is (19,207,179). Sum of RGB (Red+Green+Blue) = 19+207+179=405 (53% of max value = 765). Red value is 19 (7.81% from 255 or 4.69% from 405); Green value is 207 (81.25% from 255 or 51.11% from 405); Blue value is 179 (70.31% from 255 or 44.20% from 405); Max value from RGB is 207 - color contains mainly: green. Hex color #13CFB3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13CFB3 is #EC304C. Grayscale: #939393. Windows color (decimal): -15478861 or 11783955. OLE color: 11783955.

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

Color convert

RGB 19 207 179 -
CMYK 0.91 0 0.14 0.19
HSL 171.06º 0.83% 0.44% -
HSV(B) 171.06º 0.91% 0.81% -
XYZ 30.72 48.02 50.3 -
YUV 147.6 145.72 36.28 -
System Red Green Blue C M Y K H S L
Decimal 19 207 179 0.91 0 0.14 0.19 171.06 0.83 0.44
Hex 13 CF B3 5B 0 E 13 AB 53 2C
Octal 23 317 263 133 0 16 23 253 123 54
Binary 10011 11001111 10110011 1011011 0 1110 10011 10101011 1010011 101100

Color Harmonies of #13CFB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13CFB3

Black with #13CFB3

Text Example


Text Example

White with #13CFB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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