Html Css Color HEX #13CF98 Caribbean Green

📋 copy color: '#13CF98'

red 19 ◦ green 207 ◦ blue 152

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

Shades of Caribbean Green #13CF98

Tints of Caribbean Green #13CF98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 40.21%

R = 5.03%
G = 54.76%
B = 40.21%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.27

 K value IS 0.19

RGB Variations

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

Color information

#13CF98 (or 0x13CF98) is known color: Caribbean Green. HEX triplet: 13, CF and 98. RGB value is (19,207,152). Sum of RGB (Red+Green+Blue) = 19+207+152=378 (50% of max value = 765). Red value is 19 (7.81% from 255 or 5.03% from 378); Green value is 207 (81.25% from 255 or 54.76% from 378); Blue value is 152 (59.77% from 255 or 40.21% from 378); Max value from RGB is 207 - color contains mainly: green. Hex color #13CF98 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13CF98 is #EC3067. Grayscale: #909090. Windows color (decimal): -15478888 or 10014483. OLE color: 10014483.

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

Color convert

RGB 19 207 152 -
CMYK 0.91 0 0.27 0.19
HSL 162.45º 0.83% 0.44% -
HSV(B) 162.45º 0.91% 0.81% -
XYZ 28.25 47.03 37.29 -
YUV 144.52 132.22 38.47 -
System Red Green Blue C M Y K H S L
Decimal 19 207 152 0.91 0 0.27 0.19 162.45 0.83 0.44
Hex 13 CF 98 5B 0 1B 13 A2 53 2C
Octal 23 317 230 133 0 33 23 242 123 54
Binary 10011 11001111 10011000 1011011 0 11011 10011 10100010 1010011 101100

Color Harmonies of #13CF98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13CF98

Black with #13CF98

Text Example


Text Example

White with #13CF98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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