Html Css Color HEX #14CF8B Caribbean Green

📋 copy color: '#14CF8B'

red 20 ◦ green 207 ◦ blue 139

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

Shades of Caribbean Green #14CF8B

Tints of Caribbean Green #14CF8B

RGB

 RED value IS 20 (8.2% from 255) = 5.46%

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

 BLUE value IS 139 (54.69% from 255) = 37.98%

R = 5.46%
G = 56.56%
B = 37.98%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.33

 K value IS 0.19

RGB Variations

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

Color information

#14CF8B (or 0x14CF8B) is known color: Caribbean Green. HEX triplet: 14, CF and 8B. RGB value is (20,207,139). Sum of RGB (Red+Green+Blue) = 20+207+139=366 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.46% from 366); Green value is 207 (81.25% from 255 or 56.56% from 366); Blue value is 139 (54.69% from 255 or 37.98% from 366); Max value from RGB is 207 - color contains mainly: green. Hex color #14CF8B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14CF8B is #EB3074. Grayscale: #8F8F8F. Windows color (decimal): -15413365 or 9162516. OLE color: 9162516.

HSL color Cylindrical-coordinate representation of color #14CF8B: hue angle of 158.18º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14CF8B is Cyan = 0.90, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.

Color convert

RGB 20 207 139 -
CMYK 0.90 0 0.33 0.19
HSL 158.18º 0.82% 0.45% -
HSV(B) 158.18º 0.9% 0.81% -
XYZ 27.26 46.64 31.99 -
YUV 143.34 125.55 40.03 -
System Red Green Blue C M Y K H S L
Decimal 20 207 139 0.90 0 0.33 0.19 158.18 0.82 0.45
Hex 14 CF 8B 5A 0 21 13 9E 52 2D
Octal 24 317 213 132 0 41 23 236 122 55
Binary 10100 11001111 10001011 1011010 0 100001 10011 10011110 1010010 101101

Color Harmonies of #14CF8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14CF8B

Black with #14CF8B

Text Example


Text Example

White with #14CF8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14CF8B; }

 p { color: rgb(20,207,139); }

 H1.HeaderClassName
 {
   color: #14CF8B;
 }
 .AnyTagClassName
 {
   color: #14CF8B;
 }
</style>

background-color css

<style>
 a { background-color: #14CF8B; }

 a { background-color: rgb(20,207,139); }

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

border-color css

<style>
 span { border-color: #14CF8B; }

 span { border-color: rgb(20,207,139); }

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