Html Css Color HEX #00C48A Caribbean Green

📋 copy color: '#00C48A'

red 0 ◦ green 196 ◦ blue 138

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

Shades of Caribbean Green #00C48A

Tints of Caribbean Green #00C48A

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 196 (76.95% from 255) = 58.68%

 BLUE value IS 138 (54.3% from 255) = 41.32%

R = 0%
G = 58.68%
B = 41.32%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.30

 K value IS 0.23

RGB Variations

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

Color information

#00C48A (or 0x00C48A) is known color: Caribbean Green. HEX triplet: 00, C4 and 8A. RGB value is (0,196,138). Sum of RGB (Red+Green+Blue) = 0+196+138=334 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 334); Green value is 196 (76.95% from 255 or 58.68% from 334); Blue value is 138 (54.30% from 255 or 41.32% from 334); Max value from RGB is 196 - color contains mainly: green. Hex color #00C48A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00C48A is #FF3B75. Grayscale: #828282. Windows color (decimal): -16726902 or 9094144. OLE color: 9094144.

HSL color Cylindrical-coordinate representation of color #00C48A: hue angle of 162.24º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00C48A is Cyan = 1, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.23.

Color convert

RGB 0 196 138 -
CMYK 1 0 0.30 0.23
HSL 162.24º 1% 0.38% -
HSV(B) 162.24º 1% 0.77% -
XYZ 24.33 41.31 30.74 -
YUV 130.78 132.07 34.72 -
System Red Green Blue C M Y K H S L
Decimal 0 196 138 1 0 0.30 0.23 162.24 1 0.38
Hex 0 C4 8A 64 0 1E 17 A2 64 26
Octal 0 304 212 144 0 36 27 242 144 46
Binary 0 11000100 10001010 1100100 0 11110 10111 10100010 1100100 100110

Color Harmonies of #00C48A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00C48A

Black with #00C48A

Text Example


Text Example

White with #00C48A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00C48A; }

 p { color: rgb(0,196,138); }

 H1.HeaderClassName
 {
   color: #00C48A;
 }
 .AnyTagClassName
 {
   color: #00C48A;
 }
</style>

background-color css

<style>
 a { background-color: #00C48A; }

 a { background-color: rgb(0,196,138); }

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

border-color css

<style>
 span { border-color: #00C48A; }

 span { border-color: rgb(0,196,138); }

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