Html Css Color HEX #13DDB2 Caribbean Green

📋 copy color: '#13DDB2'

red 19 ◦ green 221 ◦ blue 178

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

Shades of Caribbean Green #13DDB2

Tints of Caribbean Green #13DDB2

RGB

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

 GREEN value IS 221 (86.72% from 255) = 52.87%

 BLUE value IS 178 (69.92% from 255) = 42.58%

R = 4.55%
G = 52.87%
B = 42.58%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#13DDB2 (or 0x13DDB2) is known color: Caribbean Green. HEX triplet: 13, DD and B2. RGB value is (19,221,178). Sum of RGB (Red+Green+Blue) = 19+221+178=418 (55% of max value = 765). Red value is 19 (7.81% from 255 or 4.55% from 418); Green value is 221 (86.72% from 255 or 52.87% from 418); Blue value is 178 (69.92% from 255 or 42.58% from 418); Max value from RGB is 221 - color contains mainly: green. Hex color #13DDB2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13DDB2 is #EC224D. Grayscale: #9B9B9B. Windows color (decimal): -15475278 or 11722003. OLE color: 11722003.

HSL color Cylindrical-coordinate representation of color #13DDB2: hue angle of 167.23º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13DDB2 is Cyan = 0.91, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB 19 221 178 -
CMYK 0.91 0 0.19 0.13
HSL 167.23º 0.84% 0.47% -
HSV(B) 167.23º 0.91% 0.87% -
XYZ 34.16 55.07 50.95 -
YUV 155.7 140.58 30.5 -
System Red Green Blue C M Y K H S L
Decimal 19 221 178 0.91 0 0.19 0.13 167.23 0.84 0.47
Hex 13 DD B2 5B 0 13 D A7 54 2F
Octal 23 335 262 133 0 23 15 247 124 57
Binary 10011 11011101 10110010 1011011 0 10011 1101 10100111 1010100 101111

Color Harmonies of #13DDB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13DDB2

Black with #13DDB2

Text Example


Text Example

White with #13DDB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,221,178); }

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

background-color css

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

 a { background-color: rgb(19,221,178); }

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

border-color css

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

 span { border-color: rgb(19,221,178); }

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